@extends('layouts.master') @section('title', 'All Invoices | Proxima - Medical Management app') @section('title-topbar', __('basic.smart search')) @section('css') @endsection @section('content')
{{ __('patientappo.total amount') }} {{ $invoices->sum('total_paid') }} {{ __('basic.egp') }}
{{ __('patientappo.total patients') }} {{ count($invoices) }} {{ __('basic.patients') }}
{{ date('d M Y', strtotime($item->created_at)) }}
@if ($item->receivable) {{ $item->receivable->name }} @else@if ($item->type == 0) Income @else Expenses @endif