{{ $encounter->facility_name ?? 'Health Facility' }}
@if(!empty($encounter->facility_type))
Type: {{ ucfirst($encounter->facility_type) }}
@endif @if(!empty($encounter->facility_district))
District: {{ $encounter->facility_district }}
@endif @if(!empty($encounter->facility_phone))
Tel: {{ $encounter->facility_phone }}
@endif @if(!empty($encounter->facility_email))
Email: {{ $encounter->facility_email }}
@endif