@extends('layouts.main') @push('styles') @endpush @section('content')
name . ' | ' . $hospital_information->phone_number . ' | ' . $hospital_information->email . ' | ' . $hospital_information->address . ' ' . $hospital_information->country ?>
Bank Slip
| # | 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') }} |