@extends('layouts.app') @section('head') @endsection @section('content')
Product Name Category Subcategory Status Price Actions
{$product.product_name$} {$product.category.name$} {$product.sub_category.name$} {$status.name$} {$product.quantity$} {$product.quantity_type_name$} - {$product.price $}
{$begin$} - {$end$} of {$totallength$}
Select All Branch
Branch Stock Actions
Quantity_Type Quantity Price Actions
{$quantity.name$} {$price.quantity$} {$price.price$}
@include('users.sidebar')
@endsection @section('js') @endsection