@extends('layouts.vendor.app') @section('title', 'Dashboard') @push('css') @endpush @section('content')

Dashboard

@if(auth()->user()->shop_info->name == 'null_wait') @endif @if(auth()->user()->is_approved == 0)

Your Account is Under Review.You Cant Upload Product At This Time

@endif

{{$products}}

Total Products

More info

{{$quantity}}

Product Qty

More info

{{$orders}}

Total Orders

More info

{{$pending_orders}}

Pending Orders

More info

{{$processing_orders}}

Processing Orders

More info

{{$cancel_orders}}

Cancel Orders

More info

{{$sihpping_order}}

Shipping Orders

More info

{{$refund_orders}}

Reund Orders

More info

{{$delivered_orders}}

Delivered Orders

More info

{{$amount}}

Total Amount

{{$pending_amount}}

Pending Amount

@endsection @push('js') @endpush