@extends('../layout/' . $layout) @section('subhead') Categories - Midone - Tailwind HTML Admin Template @endsection @section('subcontent')

Categories

@foreach (array_slice($fakers, 0, 9) as $faker) @endforeach
IMAGES CATEGORY NAME SLUG STATUS ACTIONS
Midone - HTML Admin Template
Midone - HTML Admin Template
Midone - HTML Admin Template
{{ $faker['categories'][0]['name'] }}
Tags: {{ $faker['categories'][0]['tags'] }}
/categories/{{ $faker['categories'][0]['slug'] }}
{{ $faker['true_false'][0] ? 'Active' : 'Inactive' }}
@endsection