@extends('backEnd.master') @section('title') @lang('communicate.sms_template') @endsection @section('mainContent') @push('css') @endpush
@foreach ($smsTemplates as $key=>$smsTemplate) @if (!$smsTemplate->module||moduleStatusCheck($smsTemplate->module)== TRUE)
{{ Form::open(['class' => 'form-horizontal', 'route' => 'templatesettings.sms-template-update', 'method' => 'POST']) }}
{{$smsTemplate->variable}}
status == 1? 'checked':''):''}}>
@if($errors->has('body')) {{ $errors->first('body')}} @endif
{{ Form::close() }}
@endif @endforeach
@endsection @push('script') @endpush