ID |
Image |
Category name |
{{-- Sort order | --}}
Status |
Action |
{{-- Action | --}}
@foreach ($categories as $row)
{{ $row->id }} |
 }}) |
{{ $row->name }} |
{{-- {{$row->sort_order}} | --}}
{{ $row->status == 1 ? 'Active' : 'Inactive' }} |
Edit |
Delete |
@endforeach
@include('vendorr.footer')
@section('scripts')
@vite('resources/assets/js/table-data.js')
@endsection