@include('layouts.includes.template_setting')
@include('attendance.includes.buttons')
@include($view_path.'.includes.buttons') @include('includes.flash_messages') {!! Form::open(['route' => $base_route.'.alert-send', 'method' => 'POST', 'class' => 'form-horizontal', 'id' => 'validation-form', "enctype" => "multipart/form-data"]) !!}

 Search Student

{!! Form::label('Date', 'Date', ['class' => 'col-sm-1 control-label']) !!}
{!! Form::text('date', null, ["placeholder" => "YYYY-MM-DD", "class" => "input-sm form-control border-form input-mask-date date-picker", "data-date-format" => "yyyy-mm-dd","required", "onChange"=>"loadStudent(this);"]) !!} @include('includes.form_fields_validation_message', ['name' => 'date'])
{!! Form::select('faculty', $data['faculties'], null, ['class' => 'form-control chosen-select', 'onChange' => 'loadSemesters(this);']) !!}
{{--
--}}
     
{!! Form::close() !!}