@extends('layout.layout') @section('title') Dashboard @endsection @section('css') @endsection @section('content') @component('components.breadcrumb') @slot('title') Patient Flag Report @endslot @slot('li_1')
BACK
@endslot @endcomponent
Patient Flag Report
Search Flag Type:
{{ $patientFlag }}
Printed Date:
{{ $date->format('d/m/Y') }}
@if (count($branchArray) > 0) @foreach($branchArray as $branch) @endforeach @endif
Branch: {{ $branch->branch_name }}
Number of Patients :
{{ number_format($branch->total) }}
---------------------------------------------------
Grand Total :
{{ number_format($grand_total) }}
@endsection @push('plugin-scripts') @section('script')
@endsection @endpush