@extends('layouts.master') @section('title', 'PetroERP- An ERP for Petrol Pumps') @section('content') SMS Plan Basic Settings SMS Plan Deactive SMS Plan Active List Deactive List Add SMS Plan @if(count($smsPlans)>0) SMS Plan Name SMS Count Amount Action @foreach($smsPlans as $smsPlan) {{$smsPlan->name}} {{$smsPlan->count}} Rs. {{$smsPlan->amount}}/- @endforeach {{$smsPlans->links()}} Excel Toggle Dropdown Current Page All Pages PDF Toggle Dropdown Current Page All Pages @else No Deactive SMS Plan Records Found. @endif @endsection