@extends('layouts.admin.main') @section('content')
{{ trans('calendar.add_title')}} {{ ucfirst(strftime("%A le %e %B %Y", strtotime($RequestSchedule->date)))}}
{{ csrf_field() }} {{ method_field('patch') }}
{{trans('calendar.add_form_event_name_help')}}
{{trans('calendar.add_form_event_mandatory_help')}}
{{trans('calendar.add_form_event_time_begin_help')}}
{{trans('calendar.add_form_event_time_end_help')}}
{{trans('calendar.add_form_event_name_help')}}
{{trans('calendar.add_form_event_desc_help')}}
@endsection @section('breadcrumb') @endsection @section('custom_scripts')
@endsection