@extends('admin.layouts.app') @section('title',"Schedule or Event Edit") @section('content')

Reminder or Event it all here

Reminder or Event- Edit

@if ($errors->any())
{!! implode('', $errors->all('
:message
')) !!}
@endif
{{csrf_field()}}
Cancel
@endsection @section('js') @endsection