@extends('layouts.vendor.app')
@section('title', 'Dashboard')
@push('css')
@endpush
@section('content')
{{$products}}
Total Products
{{$quantity}}
Product Qty
{{$pending_orders}}
Pending Orders
{{$processing_orders}}
Processing Orders
{{$cancel_orders}}
Cancel Orders
{{$sihpping_order}}
Shipping Orders
{{$refund_orders}}
Reund Orders
{{$delivered_orders}}
Delivered Orders
{{$pending_amount}}
Pending Amount
@endsection
@push('js')
@endpush