@extends('layouts.adminlayouts.app') @section('title') Order Report - {{$appSetting->h1}} | {{$appSetting->slogan}} @endsection @push('css') @endpush @section('contents')
Order Report
Print
From Date:
To Date:
Seller:
Payment Status:
Order Status:
Total Price (BDT): {{ $orders->sum('grand_total') }}
Total Paid (BDT): {{ $orders->where('payment_status', 'paid')->sum('grand_total') }}
Unpaid (BDT): {{ $orders->where('payment_status', 'unpaid')->sum('grand_total') }}

{{-- --}} {{--
SL Date Order NO Customer Mobile Price (BDT)Paid (BDT) Due (BDT)Payment Status Order Status Action