@extends('layouts.main') @section('main-container')
@if (Session::has('success')) @endif @if($errors->any()) @endif
@csrf
SMS Template
Add
@php $count = 1; @endphp
@foreach ($sms_templates as $sms) @endforeach
Sl For Description Use Type(System/User) Status Action
{{ $count++ }} {{ $sms->command }} {{ $sms->description }} {{ $sms->type ==1 ? 'System' : 'User'}} {{ $sms->status ==1 ? 'On': 'Off'}}
@endsection