@extends('layouts.master')
@section('page_title', 'Product')
@section('title', 'Products Details')
@section('main_item', 'Products')
@section('sub_item', 'Manage Your Products')
@section('content')
@can('product_create')
@endcan
|
|
Action |
Product Image |
Product Name |
SKU |
Woocommerce Synced |
Custom Website Woocommerce Synced |
Second Woocommerce Synced |
Category |
Sub Category |
@can('show_reseller_price_only')
Re-Selling Price
@if ($setting->select_currency_type == '1')
(LKR)
@else
(USD)
@endif
|
@else
Unit Price
@if ($setting->select_currency_type == '1')
(LKR)
@else
(USD)
@endif
|
Purchase Price
@if ($setting->select_currency_type == '1')
(LKR)
@else
(USD)
@endif
|
ReSelling Price
@if ($setting->select_currency_type == '1')
(LKR)
@else
(USD)
@endif
|
@endcan
Re Order Level |
{{-- | Index | --}}
SKU |
Product Name |
{{-- Product Image URL |
Product Image | --}}
{{-- SKU | --}}
Attribute Value |
Current Stock |
{{-- Purchase Price | --}}
@can('show_reseller_price_only')
Re-Selling Price |
@else
Selling Price |
Re-Selling Price |
@endcan
{{-- Current Stock Value
(by purchase price) | --}}
{{-- Current Stock Value
(by sale price) | --}}
{{-- Second Selling Price | --}}
{{-- Protential Profit | --}}
Total Unit Sold |
@endsection
@section('scripts')
@endsection