@include('vendorr.header')
| # |
Product Name |
Catalogue |
Date |
Action |
@php
$n=1;
@endphp
@foreach($products as $row)
@if($row->catalogue!=null)
| {{$n++}} |
{{$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