View ALL Monthly Outdoor Report Income on {{ $date }}
@php $totalOutdoorIncome = 0 @endphp @foreach ($outdoor_incomes as $outdoor_income) @php $totalOutdoorIncome = $outdoor_income->totalOutdoorIncome+ $totalOutdoorIncome @endphp @endforeach
No. Date Taka
1 {{ $outdoor_income->created_at->format('m-d-Y')}} {{ $outdoor_income->totalOutdoorIncome }} /-
Total {{ $totalOutdoorIncome }} Tk.
View ALL Monthly Indoor Report Income on {{ $date }}
@php $totalIndoorIncome = 0 @endphp @foreach ($indoor_incomes as $indoor_income) @php $totalIndoorIncome = $indoor_income->totalIndoorIncome+ $totalIndoorIncome @endphp @endforeach
No. Date Taka
1 {{ $indoor_income->created_at->format('m-d-Y')}} {{ $indoor_income->totalIndoorIncome }} /-
Total {{ $totalIndoorIncome }} Tk.
View ALL Monthly Indoor Patient Income on {{ $date }}
@php $totalIndoorPatientIncome = 0 @endphp @foreach ($indoor_patient_incomes as $indoor_patient_income) @php $totalIndoorPatientIncome = $indoor_patient_income->totalIndoorPatientIncome+ $totalIndoorPatientIncome @endphp @endforeach
No. Date Taka
1 {{ $indoor_patient_income->created_at->format('m-d-Y')}} {{ $indoor_patient_income->totalIndoorPatientIncome }} /-
Total {{ $totalIndoorPatientIncome }} Tk.
View ALL Monthly Cost on {{ $date }}
@php $totalCost = 0 @endphp @foreach ($accounce_costs as $accounce_cost) @php $totalCost = $accounce_cost->totalCost+ $totalCost @endphp @endforeach
No. Date Taka
1 {{ $accounce_cost->created_at->format('m-d-Y')}} {{ $accounce_cost->totalCost }} /-
Total {{ $totalCost }} Tk.
Total balance on {{ $date }}
Name Taka
{{ "Total Outdoor Report Income" }} {{ $totalOutdoorIncome }} /-
{{ "Total Indoor Report Income" }} {{ $totalIndoorIncome }} /-
{{ "Total Admit Patient Income" }} {{ $totalIndoorPatientIncome }} /-
{{ "Total Income" }} {{ $totalOutdoorIncome + $totalIndoorIncome + $totalIndoorPatientIncome }} /-
{{ "Total Cost "}} {{ $totalCost }} /-
Net Balance {{ $totalOutdoorIncome + $totalIndoorIncome + $totalIndoorPatientIncome - $totalCost }} /-