@extends('dashboard.admin.layouts.app') @section('content')

{{ $title }}

@slot('header') {{ $title }} @endslot
Name
{{ $grantCategory->name }}
Description
{{ $grantCategory->description }}
Status
{{ $grantCategory->status->label() }}
Date
{{ formatDate($grantCategory->created_at) }}
Edit
@csrf @method('DELETE')
@endsection