Party Name
Credit
Debit
@php $userRole = auth()->user()->roles[0]->id; $page_name = 'Admin Cash Report'; $shift_id = 3; $transactions = []; $totalAmount = 0; @endphp @include('partial.header') @include('partial.loader')