@extends('layouts.master') @section('page_title', 'Product') @section('title', 'Products Details') @section('main_item', 'Products') @section('sub_item', 'Manage Your Products') @section('content')

Filter



{{-- Grid and list view --}}
@can('product_create') @endcan
@can('product_create')
@endcan
@can('show_reseller_price_only') @else @endcan
Action Product Image Product Name SKU Woocommerce Synced Custom Website Woocommerce Synced Second Woocommerce Synced Category Sub Category Re-Selling Price @if ($setting->select_currency_type == '1') (LKR) @else (USD) @endif 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 Re Order Level
@can('show_reseller_price_only') @else @endcan
SKU Product Name Attribute
Value
Current StockRe-Selling PriceSelling Price Re-Selling PriceTotal Unit Sold
@endsection @section('scripts') @endsection