@extends('layouts.app') {{-- @push('middle_part')
@csrf
@endpush --}} @section('content')
{{--
@php $page_name = 'Product > profile'; $page_number = 0; $search = 0; @endphp @include('layouts.table_top')
--}}
Product Information
Basic Details
  • Product Code: {{ $item->product_code }}
  • Name: {{ $item->name }}
  • Alias: {{ $item->product_alice }}
  • Category: {{ $item->category_name }}
  • Sub-Category: {{ $item->subcat_name }}
  • Brand: {{ $item->brand_name }}
  • Description: {{ $item->description }}
  • @if ($item->warranty)
  • Warranty: {{ $item->warranty }}
  • @endif
Pricing & Tax
  • Purchase Price: {{ $item->purchase_price }}
  • Purchase Tax: {{ $item->purchase_tax_name }}
  • Sale Price: {{ $item->sale_price }}
  • Sale Tax: {{ $item->sale_tax_name }}
  • Opening Stock: {{ $item->opening_stock }}
  • Unit: {{ $item->unit_name }}
  • SKU: {{ $item->product_sku }}
Stock & Location
  • Alert Qty: {{ $item->alert_qty }}
  • Expire In: {{ $item->expire_in }} days
  • Expire Date: {{ $item->expire_date }}
  • Rack: {{ $item->rack }}
  • Row: {{ $item->row }}
  • Position: {{ $item->possition }}
  • Weight: {{ $item->weight }}
  • Dimensions: {{ $item->dimensions }}
Product Image
Product Image
  • Created By: {{ $item->created_user }}
  • Created Date: {{ $item->created_date }}
  • Updated By: {{ $item->updated_user }}
  • Updated Date: {{ $item->updated_date }}
  • Status: {{ Str::ucfirst($item->status) }}
@include('products.profile.stock')
@include('products.profile.stock_history')
@include('products.profile.variation')
@include('products.profile.custom_field')
@include('products.profile.sale')
@include('products.profile.sale_return')
@include('products.profile.purchase')
@include('products.profile.purchase_return')
@include('products.profile.stock_adjustment')
@endsection @push('script') @endpush