@extends('layouts.app') @section('title', 'Detail History') @section('content')
Informasi lengkap treatment
{{ $schedule->patient_name }}
{{ $schedule->patient_domicile }}
{{ $schedule->start_date->format('d/m/Y') }} - {{ $schedule->start_time }}
{{ ucfirst($schedule->treatment_type) }}
{{ $schedule->treatment->name }}
{{ $schedule->day_label }}
{{ $addon->treatment->name }}
{{ $addon->start_date->format('d/m/Y') }}
{{ $addon->start_time }}
{{ $reimburse->description }}
Rp {{ number_format($reimburse->amount, 0, ',', '.') }}