@extends('inventory.layout') @section('title', 'Quotation Status') @section('content') @push('head') @endpush
{{ __('Image')}} | {{ __('Product Name')}} | {{ __('Product Code')}} | {{ __('Brand')}} |
---|---|---|---|
@if(isset($p->image))
![]() |
{{ isset($p->name) ? $p->name :'' }} | {{ isset($p->product_code) ? $p->product_code :'' }} | {{ isset($p->brand) ? $p->brand :'' }} |