@extends('admin.layouts.master') @section('content')
Products (Out of Stock)
@if($outofstock->isNotEmpty())
Items: {{ $outofstock->count() }}
@else
0
@endif
Payment Type
0
Total (Sale)
0
Request Success
0
Sales Overview
Top Selling Products
@endsection @section('js-section') @endsection