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