@extends('backEnd.master') @section('title') @lang('communicate.Send_Email_Sms') @endsection @section('mainContent')
{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'send-email-sms', 'method' => 'POST', 'enctype' => 'multipart/form-data']) }}

@lang('communicate.send_email_sms')

@if ($errors->has('email_sms_title')) {{ $errors->first('email_sms_title') }} @endif

@lang('communicate.send_through')

@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@foreach ($roles as $role)
@endforeach @if ($errors->has('role')) {{ $errors->first('role') }} @endif
@if ($errors->has('role_id')) {{ $errors->first('role_id') }} @endif
{{-- --}} {{-- --}}
@if (moduleStatusCheck('University')) @includeIf( 'university::common.session_faculty_depart_academic_semester_level', [ 'required' => ['USN', 'UD', 'UA', 'US', 'USL'], 'div' => 'col-lg-12', 'row' => 1, 'hide' => ['USUB'], ] ) @else
@if ($errors->has('class_id')) {{ $errors->first('class_id') }} @endif
@endif
@lang('communicate.For_Sending_Email')
@if (userPermission('send-email-sms'))
@endif {{ Form::close() }}
@endsection @include('backEnd.partials.multi_select_js')