@extends('layouts.master') @section('title', 'PetroERP- An ERP for Petrol Pumps') @section('content') SMS Format Basic Settings SMS Format Deactive SMS Format Active List Deactive List Add Format @if(count($formats)>0) Module Type Transaction SMS Format Action @foreach($formats as $sms) @if($sms->moduleType == 1) Credit Sales @elseif($sms->moduelType == 2) Loyalty Sale @else Others @endif {{$sms->name}} {{$sms->format}} @endforeach {{$formats->links()}} Excel Toggle Dropdown Current Page All Pages PDF Toggle Dropdown Current Page All Pages @else No Deactive SMS Format Records Found. @endif @endsection