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

Update Product Catalog

@endsection @section('breadcrumb-items') @endsection @section('content') @include('partial.message')
@csrf
@if ($product_catalog->image)
@endif
@if ($product_catalog->pdf)
View PDF @endif
@endsection @section('script') @endsection