@extends('layouts.tenant.master') @section('title', 'Product Catalog Menu') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')

Product Catalogs List

@endsection @section('breadcrumb-items') @endsection @section('content')
{{-- Create Product Catalog --}} Create Product Catalog Restore Product Catalog   Refresh
Export Import
@foreach ($product_catalogs as $key => $catalog) @endforeach
# Name Image {{-- --}} PDF {{-- --}} Actions
{{ ++$key }} {{ $catalog->name ?? 'N/A' }} {{ $catalog->image ?? 'N/A' }} {{ $catalog->pdf ?? 'N/A' }} Show | Edit | {{-- --}} Delete
@endsection @section('script') {{-- --}} @endsection