@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}}
@if($errors->has('body'))
{{ $errors->first('body')}}
@endif
{{ Form::close() }}
@endif
@endforeach