@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)
@foreach($smsPlans as $smsPlan) @endforeach
SMS Plan Name
SMS Count
Amount
Action
{{$smsPlan->name}}
{{$smsPlan->count}}
Rs. {{$smsPlan->amount}}/-
{{$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