@extends('layouts.app') @push('css_or_js') @endpush @section('css_or_js') @endsection @section('title') @endsection @section('content') @include('layouts._toolbar-list')
@foreach($categories as $category) @endforeach
ID Category Creation date Status Actions
{{$category->id}} {{$category->created_at}}
{{$category->is_active? 'Published': 'Pending'}}
Actions
@endsection @section('custom') @endsection