@extends('dashboard.admin.layouts.app')
@section('content')
@slot('header')
{{ $title }}
@endslot
| # |
Name |
Status |
Action |
@foreach ($grantCategories as $grantCategory)
| {{ $loop->iteration }} |
{{ $grantCategory->name }}
|
{{ $grantCategory->status->label() }}
|
View
Edit
|
@endforeach
@endsection