@extends(BaseHelper::getAdminMasterLayoutTemplate()) @section('content')

Stock Report

@php use Carbon\Carbon; @endphp
{{ trans('plugins/ecommerce::reports.date_range_format_value', [ 'from' => BaseHelper::formatDate(Carbon::now()->startOfMonth()), 'to' => BaseHelper::formatDate(Carbon::now()->endOfMonth()), ]) }}
Available Stock
0
Products in stock
Coming Soon
0
On backorder
Out of Stock
0
Need restocking
Product Name Brand Size Load Rating Pattern Price W. Price Category Current Stock Status Action
@endsection @push('footer') @endpush