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

Filter

business_location != '1') style="display: none" @endif>
@can('product_create')
@endcan
{{-- --}} @foreach($products as $product) {{-- --}} @endforeach
Action Product Image Business Location Product Name SKU Woocommerce Synced Category Sub Category Purchase Price Selling PriceSecond Price @if ($setting->select_currency_type == '1') (USD) @else (LKR) @endif Re Order Level
{{ $product->location_names }} {{ $product->product_name }} {{ $product->sku }} @if($product->allow_woocommerce_sync) @if($product->synced == 1) YES @else() NO @endif @else Disabled @endif {{ $product->category_name }} {{ $product->sub_categories }} {{ $product->p_price }} {{ $product->s_price }}{{ $product->second_price }}{{ number_format($product->reorder_level, 2) }}
Product Name Product Image Business Location SKU Selling Price Current Stock Total Unit Sold Total Unit Replaced
{{--
--}} {{--
--}}
@endsection @section('scripts') @endsection