@extends('layouts.app') @section('title', __('Treatment plans')) @section('content')
| {{ __('Plan') }} | {{ __('Patient') }} | {{ __('Dentist') }} | {{ __('Progress') }} | {{ __('Total') }} | {{ __('Status') }} |
|---|---|---|---|---|---|
| {{ $plan->title }} | {{ $plan->patient->full_name }} | {{ $plan->dentist->name }} | {{ $pr['done'] }}/{{ $pr['total'] }} | {{ number_format($plan->totalNet()) }} IQD | {{ $plan->status->label() }} |
| {{ __('No treatment plans yet.') }} | |||||