@if(isset($certificate))
@lang('common.edit')
@else
@lang('common.add')
@endif
@lang('communicate.sms_template')
@if(userPermission("sms-template-new-store"))
{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => array('sms-template-store',$template->id), 'method' => 'POST', 'enctype' => 'multipart/form-data']) }}
@endif
@if(session()->has('message-success'))
{{ session()->get('message-success') }}
@elseif(session()->has('message-danger'))
{{ session()->get('message-danger') }}
@endif
[name] [check_in_time] [father_name] [AttendanceDate] [checkout_time] [early_checkout_time] [dob] [present_address] [guardian] [created_at] [admission_no] [roll_no] [class] [section] [gender] [admission_date] [category] [cast] [father_name] [mother_name] [religion] [email] [phone]
@if($errors->has('admission_pro'))
{{ $errors->first('admission_pro') }}
@endif
@if($errors->has('student_admit'))
{{ $errors->first('student_admit') }}
@endif
@if($errors->has('login_disable'))
{{ $errors->first('login_disable') }}
@endif
@if($errors->has('exam_schedule'))
{{ $errors->first('exam_schedule') }}
@endif
@if($errors->has('exam_publish'))
{{ $errors->first('exam_publish') }}
@endif
@if($errors->has('due_fees'))
{{ $errors->first('due_fees') }}
@endif
@if($errors->has('collect_fees'))
{{ $errors->first('collect_fees') }}
@endif
@if($errors->has('stu_promote'))
{{ $errors->first('stu_promote') }}
@endif
@if($errors->has('attendance_sms'))
{{ $errors->first('attendance_sms') }}
@endif
@if($errors->has('late_sms'))
{{ $errors->first('late_sms') }}
@endif
@if($errors->has('absent'))
{{ $errors->first('absent') }}
@endif
@if($errors->has('er_checkout'))
{{ $errors->first('er_checkout') }}
@endif
@if($errors->has('st_checkout'))
{{ $errors->first('st_checkout') }}
@endif
@if($errors->has('st_credentials'))
{{ $errors->first('st_credentials') }}
@endif
@if($errors->has('staff_credentials'))
{{ $errors->first('staff_credentials') }}
@endif
@if($errors->has('holiday'))
{{ $errors->first('holiday') }}
@endif
@if($errors->has('leave_app'))
{{ $errors->first('leave_app') }}
@endif
@if($errors->has('approve_sms'))
{{ $errors->first('approve_sms') }}
@endif
@if($errors->has('birth_st'))
{{ $errors->first('birth_st') }}
@endif
@if($errors->has('birth_staff'))
{{ $errors->first('birth_staff') }}
@endif
@if($errors->has('cheque_bounce'))
{{ $errors->first('cheque_bounce') }}
@endif
@if($errors->has('l_issue_b'))
{{ $errors->first('l_issue_b') }}
@endif
@if($errors->has('re_issue_book'))
{{ $errors->first('re_issue_book') }}
@endif
{{--
@if($errors->has('sms_text'))
{{ $errors->first('sms_text') }}
@endif
--}}
@php
$tooltip = "";
if(userPermission("sms-template-new-store") ){
$tooltip = "";
}else{
$tooltip = "You have no permission to add";
}
@endphp
{{ Form::close() }}