@extends('admin.layout.main') @section('content')

View Reminder Management

@csrf @if(isset($data)) @endif

{{ old('name', isset($data) ? $data->name : null) }}

{{ old('description', isset($data) ? $data->description : null) }}

@endsection @section('js') @endsection