@extends('layouts.adminlayouts.app') @section('title') Order-Payment Report - {{$appSetting->h1}} | {{$appSetting->slogan}} @endsection @push('css') @endpush @section('contents')
Order-Payment Report
Print
From Date:
To Date:
Payment Type:
Total Paid Amount (BDT): {{ $payments->sum('paid_amount') }} Online Amount (BDT): {{ $payments->where('payment_type', 'online')->sum('paid_amount') }}
Wallet Amount (BDT): {{ $payments->where('payment_type', 'wallet')->sum('paid_amount') }} Cash Amount (BDT): {{ $payments->where('payment_type', 'cash')->sum('paid_amount') }}

{{--
SL Date Invoice Order No Customer Mobile Note Payment Type Paid Amount (BDT) Action