@section('title') Categories @endsection @section('breadcrumbs') {{ Breadcrumbs::render('categories') }} @endsection
@foreach($categories as $category) @endforeach
Category Image Parent Sort Order Status Created Date Actions
{{ $category->name }} @if($category->image)
{{ $category->name }}
@else
@endif
@if($category->parent) {{ $category->parent->name }} @else Root Category @endif {{ $category->sort_order }} @if($category->status == 'Active') Active @else Inactive @endif {{ $category->created_at->format('d M Y, h:i a') }} Actions
@push('scripts') @endpush