@extends('layouts.tenant.master')
@section('title', 'Product Catalog Menu')
@section('css')
@endsection
@section('style')
@endsection
@section('breadcrumb-title')
Product Catalog Details
@endsection
@section('breadcrumb-items')
Product
Catalog
View
@endsection
@section('content')
| Product Catalog Information |
| ID |
{{ $product_catalog->id }} |
| Product Catalog name |
{{ $product_catalog->name}}
|
| Product Catalog PDF: |
{{ $product_catalog->pdf }} |
| Image |
{{ $product_catalog->image }} |
{{--
| Other Information |
| Country |
N/A |
| State |
N/A |
| City |
N/A |
| County |
N/A |
--}}
| Product Catalog Information |
@endsection
@section('script')
@endsection