@extends('layouts.adminlayouts.app') @section('title') Admin To Seller Payment Report - {{$appSetting->h1}} | {{$appSetting->slogan}} @endsection @push('css') @endpush @section('contents')
Admin To Seller Payment Report
Print
From Date:
To Date:
Seller:
Total Order Amount (BDT): {{ $invoices->sum('order_amount') }}
Admin Comm (BDT): {{ $invoices->sum('admin_commission') }}
Seller Amount (BDT): {{ $invoices->sum('seller_amount') }}

{{--
SL Date Invoice Seller Order Amount (BDT) Admin Comm Rate(%) Admin Commission (BDT) Seller Amount (BDT) Action