@include('admin.layouts.master')

Associations

Create Association
Associations
{{--

Add lightweight datatables to your project with using the Simple DataTables library. Just add .datatable class name to any table you wish to conver to a datatable

--}} {{-- --}} @foreach ($associations as $association) {{-- --}} {{-- --}} @endforeach
S.NoTitleCategory Logo Status Created At Actions
{{ $loop->iteration }}{{ $association->title }}{{ $association->category }} {{ $association->status == 1 ? 'Active' : 'Suspended' }} {{ \Carbon\Carbon::parse($association->created_at)->format('d-m-Y h:i A') }}
Edit @csrf @method('DELETE')