{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'add-new-class-routine-store', 'method' => 'POST', 'enctype' => 'multipart/form-data', 'name' => 'myForm', 'onsubmit' => "return validateAddNewroutine()"]) }}
@if ($errors->has('start_time')) {{ @$errors->first('start_time') }} @endif
@if ($errors->has('start_time')) {{ @$errors->first('end_time') }} @endif
is_break == 1? 'checked':''):''}} >
loader
@if(!isset($assigned_id))
@endif
{{ Form::close() }}
@push('script')