{{-- Extends layout --}} @extends('layout.default') @section('styles') @endsection {{-- Content --}} @section('content')
{{-- --}} ৳ {{$weeklyOrderAmount}} Orders
{{-- --}} ৳ {{$weeklySalesAmount}} Sales
{{-- --}} ৳ 0 Collection
{{-- --}} ৳ 0 Damage

Orders vs Delivered

Notes: This chart shows total orders
vs total deliveries done

Go to Orders

Top Seller Weekly Sales by Sales Representitive

@if($topSellers != null)
@foreach ($topSellers as $index => $topSeller) @if ($index == 0) @else @endif @endforeach
{{$topSeller->seller}} {{$topSeller->phone}}
${{$topSeller->salesAmount}} Sold ${{$topSeller->orderAmount}} Pending
{{$topSeller->seller}} {{$topSeller->phone}}
${{$topSeller->salesAmount}} Sold ${{$topSeller->orderAmount}} Pending
@else
No data Found
@endif

Column Chart

Area Chart

@endsection {{-- Scripts Section --}} @section('scripts') {{-- --}} @endsection