@include('vendorr.header')
# |
Product Name |
Catalogue |
Date |
Action |
@foreach($products as $row)
@if($row->catalogue!=null)
{{$row->id}} |
{{$row->name}} |
|
{{date('d-m-Y',strtotime($row->created_at))}} |
|
@endif
@endforeach
@include('vendorr.footer')
@section('scripts')
@vite('resources/assets/js/table-data.js')
@endsection