{!! Form::label('notification', trans('lang.notification'), ['class' => 'col-3 control-label text-right']) !!}
{!! Form::textarea('notification', null, [ 'class' => 'form-control', 'placeholder' => trans('lang.notification_placeholder'), 'maxlength' => '80', 'rows' => '4', 'required' => 'required', ]) !!}
{{ trans('lang.notification_help') }}
{!! Form::label('lang', trans('lang.lang'), ['class' => 'col-3 control-label text-right']) !!}
{!! Form::select('lang', ['fr' => 'fr', 'en' => 'en'], null, [ 'placeholder' => 'Please select Lang', 'class' => 'select2 form-control', 'id' => 'lang', ]) !!}
{!! Form::label('time', trans('lang.time'), ['class' => 'col-3 control-label text-right']) !!}
{!! Form::time('time', null, [ 'class' => 'form-control', 'placeholder' => trans('lang.time_placeholder'), 'required' => 'required', ]) !!}
{{ trans('lang.time_help') }}
{{ trans('lang.cancel') }}
@section('page-styles') {{-- dropify --}} @stop @section('vendor-script') {{-- dropify --}} @stop @section('page-script') {{-- --}} {{-- dropify --}} @stop