@extends('Admin.components.layout') @section('title') Reminder or Event @endsection @section('subtitle') @if (isset($data)) Reminder or Event - Edit @else Reminder or Event - Add @endif @endsection @section('content')
@if ($message = Session::get('success'))
{{ $message }}
@endif @if ($errors->any())
{!! implode('', $errors->all('
:message
')) !!}
@endif
{{ csrf_field() }} @if (isset($data)) @endif @if (isset($slug)) @endif
@endsection @section('js') @endsection