@extends('backEnd.master') @section('title') @lang('communicate.sms')/@lang('common.email_template') @endsection @section('mainContent')

@lang('common.update') @lang('communicate.sms_template')

{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'sms-template-new-store', 'method' => 'POST', 'enctype' => 'multipart/form-data']) }}
[student_name] [parent_name] [due_amount] [fees_name] [due_date] [school_name]
@if($errors->has('dues_fees_message_sms')) {{ $errors->first('dues_fees_message_sms') }} @endif
dues_fees_message_sms_status == 1? 'checked': ''}}>
dues_fees_message_sms_status == 2? 'checked': ''}}>
[student_name] [parent_name] [number_of_subject] [subject_list] [due_date]
@if($errors->has('student_absent_notification_sms')) {{ $errors->first('student_absent_notification_sms') }} @endif
student_absent_notification_sms_status == 1? 'checked': ''}}>
student_absent_notification_sms_status == 2? 'checked': ''}}>
@php $tooltip = ""; if(userPermission("sms-template-new-store")){ $tooltip = ""; }else{ $tooltip = "You have no permission to add"; } @endphp
{{ Form::close() }}
@endsection