@include('notification_schedules::notification_schedule.partial.header')
@include('notification_schedules::notification_schedule.partial.aside')
{{$notification_schedule->title}}

{!! $notification_schedule['id'] !!}

{!! $notification_schedule['name'] !!}

{!! $notification_schedule['location_id'] !!}

{!! $notification_schedule['start_date'] !!}

{!! $notification_schedule['end_date'] !!}

{!! $notification_schedule['status'] !!}

{!! $notification_schedule['description'] !!}

{!! $notification_schedule['image'] !!}

{!! $notification_schedule['slug'] !!}

{!! $notification_schedule['user_id'] !!}

{!! $notification_schedule['user_type'] !!}

{!! $notification_schedule['created_at'] !!}

{!! $notification_schedule['updated_at'] !!}

{!! $notification_schedule['deleted_at'] !!}
{!! Form::text('name') -> label(trans('notification_schedules::notification_schedule.label.name')) -> placeholder(trans('notification_schedules::notification_schedule.placeholder.name'))!!}
{!! Form::text('location_id') -> placeholder(trans('notification_schedules::notification_schedule.placeholder.location_id')) ->raw()!!}
{!! Form::text('start_date') -> placeholder(trans('notification_schedules::notification_schedule.placeholder.start_date')) ->raw()!!}
{!! Form::numeric('end_date') -> label(trans('notification_schedules::notification_schedule.label.end_date')) -> placeholder(trans('notification_schedules::notification_schedule.placeholder.end_date'))!!}
{!! Form::text('description') -> label(trans('notification_schedules::notification_schedule.label.description')) -> placeholder(trans('notification_schedules::notification_schedule.placeholder.description'))!!}
{!! Form::text('image') -> label(trans('notification_schedules::notification_schedule.label.image')) -> placeholder(trans('notification_schedules::notification_schedule.placeholder.image'))!!}