@extends('admin.layouts.app') @section('title', 'Product View') @section('content')

Product View

View and manage a product in detail, you will get a 360 degree view on the product, communication and any notes recorded.
@if(!empty($show->name)) @php $name = $show->name; $name_upper = strtoupper($name); $name=explode(" ",$name_upper); @endphp @if(!empty($name[0])) @if(!empty($name[1])) {{ $name[0][0].$name[1][0] }} @else {{ $name[0] }} @endif @else {{ 'N/A' }} @endif @endif
{{ !empty($show->product_code) ? $show->product_code : '' }}

{{ !empty($show->name) ? $show->name : '' }}

Opportunity Option
Product Id
Product Name
Vendor
{{ !empty($show->vendor) ? $show->vendor : '' }}
Description
{{ !empty($show->description) ? $show->description : '' }}
Supplier
{{ !empty($suppliers) ? $suppliers->title." ".$suppliers->fname." ".$suppliers->lname : " " }}
Category
{{ !empty($categories) ? $categories->title : " " }}
Cost
{{ !empty($show->purchase_price) ? $show->purchase_price : '' }}
Tags
{{ $tag_title }}
Purchase VAT
{{ !empty($purchase_vats) ? $purchase_vats->name."(".$purchase_vats->vat.")": " " }}
SKU
{{ !empty($show->sku) ? $show->sku : '' }}
@include('admin.bottom.files')
@include('admin.bottom.product_images')
@include('admin.bottom.notes')

No record found!!!

Qterminals need customized online based SharePoint solution.

RECENT ACTIVITIES
Recent 1 of 1 showing Showing 1 Records
Email Error: Problem connecting to ssl://smtp.gmail.com:587. Check server, port or ssl settings for your email server. - (Opportunity "Qterminals - Sharepoint Solutions" assigned to you.) at18 Nov 2019, 06:51 AM
Mr Greejo Job 1 week ago

Are You Sure?

Your recently changed data in this model will be lost.

@include('admin.common-modals.upload-file'); @include('admin.common-modals.note'); @include('admin.bottom.file_viewer'); @stop @section('styles') @stop @section('admin_js') @include('admin.product.js.view') @include('admin.common-js.common') @stop