@extends('layouts.app') @section('title', 'Patient — '.$patient->serial_number) @section('actions') Download PDF Edit
@endsection @section('content')Outstanding (registration): {{ number_format($patient->remaining_fee, 2) }}
@if($patient->remaining_fee > 0) @endif @if($patient->feePayments->count())No tests suggested yet.
@endforelseNo visits recorded.
@endforelse