@extends('layouts.manage') @section('title') @lang('Dashboard') @endsection @section('page-header-title') @lang('Dashboard') @endsection @section('styles') @include('partials.manage.categories-tree-style') @endsection @section('scripts') @include('partials.manage.categories-tree-script') @endsection @section('content') @can('manage-shipment-orders', App\Other::class) @if(count(auth()->user()->shipments) > 0)
@lang('Orders received to your shipments')@foreach(auth()->user()->shipments()->orderBy('id', 'asc')->get() as $shipment)
{{$orders_count}} @lang('Orders')
@lang('Total Orders!')
{{$products_count}} @lang('Products')
@lang('Total Products!')
{{$categories_count}} @lang('Categories')
@lang('Total Categories!')
{{$orders_count}} @lang('Orders')
@lang('Total Orders!')
{{$pending_orders_count}}
@lang('Pending Orders!')
{{$total_sales}} @lang('Sales')
@lang('Total Sales!')
{{$reviews_count}} @lang('Reviews')
@lang('Total Reviews!')
{{$deals_count}} @lang('Deals')
@lang('Total Deals!')
{{$coupons_count}} @lang('Coupons')
@lang('Total Coupons!')
{{$active_banners_count}} @lang('Banners')
@lang('Active Banners!')
{{$verified_subscribers_count}} @lang('Subscribers')
@lang('Verified Subscribers!')
{{$active_product_discounts_count}} @lang('Discounts')
@lang('Active Discounts!')