@extends('layouts.app') @section('head') @endsection @section('content')

STORE WIDE INVENTORY

Stock Total: {$totalstock$}
Product Name Branch Stock
{$productlist.product.product_name$} {$productlist.branch.branch_name$}
{$begin$} - {$end$} of {$totallength$}
@include('users.admin.sidebar')
@endsection @section('js') @endsection