@extends('layouts.master') @section('title', 'PetroERP- An ERP for Petrol Pumps') @section('content')
SMS Template
{!! Form::open(['action' => 'SmsSettingsController@search', 'method' => 'GET', 'class' => 'form-horizontal']) !!}
{{Form::text('key', Input::old('key'), ['class'=>'form-control', 'placeholder'=>'Type to search . . .'])}} {{Form::hidden('active', '1')}} {{Form::submit('Search . . .', ['class'=>'btn btn-primary col-md-offset-2'])}}
{!! Form::close() !!} @if(count($templates)>0)
@foreach($templates as $template) @endforeach
Sr. No. Action Description Action
{{$i++}} {{$template->action}} {{$template->description}}
@else
No SMS Template Records Found.
@endif
@endsection