@extends('../themes/' . $activeTheme . '/' . $activeLayout) @section('subhead') Categories - Midone - Tailwind Admin Dashboard Template @endsection @section('subcontent')

Categories

Add New Category Print Export to Excel Export to PDF
IMAGES CATEGORY NAME SLUG STATUS ACTIONS @foreach (array_slice($fakers, 0, 9) as $faker)
{{ $faker['categories'][0]['name'] }}
Tags: {{ $faker['categories'][0]['tags'] }}
/categories/{{ $faker['categories'][0]['slug'] }}
$faker['true_false'][0], 'text-danger' => !$faker['true_false'][0], ])> {{ $faker['true_false'][0] ? 'Active' : 'Inactive' }}
@endforeach
... 1 2 3 ...
Are you sure?
Do you really want to delete these records?
This process cannot be undone.
Cancel Delete
@endsection