@extends('layouts.main') @push('styles') @endpush @section('content')

Bank Slip

@include('flash::message')
Responsive image

name . ' | ' . $hospital_information->phone_number . ' | ' . $hospital_information->email . ' | ' . $hospital_information->address . ' ' . $hospital_information->country ?>


Bank Slip

@php $total_banked = 0; @endphp @for ($x = 0; $x < count($banks_array); $x++) @php $total_banked += is_numeric($amounts_array[$x]) ? $amounts_array[$x] : 0; @endphp @endfor
# Amount
{{ get_name($banks_array[$x], "id", "name", "chart_of_accounts") }} {{ ugandan_shillings($amounts_array[$x]) }}
Memo {{ $deposit_memo }}
 Total Banked  {{ ugandan_shillings($total_banked) }}
 Deposite Date  {{ streamline_date($deposit_date) }}
 Banked By  {{ get_full_name($banked_by, 'id', 'first_name', 'last_name', 'users') }}
{{ __('family_accounts.streamline') }}
@endsection @push('styles') @endpush