@include('vendorr.header')
Catalogue
Sl. No |
Product name |
Product Catalog |
Actions |
@php $i = 0; @endphp
@foreach ($catalogues as $catalogue)
{{ ++$i }} |
{{ $catalogue->name }} |
@if (!empty($catalogue->catalogue))
@endif
|
|
@endforeach
@include('vendorr.footer')
@section('scripts')
@vite('resources/assets/js/table-data.js')
@endsection