@extends('layouts.sellerlayouts.app') @section('title') Dashboard | Company Name @endsection @push('css') @endpush @section('contents')
Orders 0 This Month
SALE AMOUNT $0 This Month
All Products 0 Total
Pending 0 Total Pending
Recent Orders
@include('seller.orders.ordersAll')
@endsection @push('js') @endpush