@extends('admin.layouts.app') @section('title', __('admin.sidebar.treatment_plans')) @section('content')
| # | {{ __('admin.billing.patient') }} | {{ __('admin.date') }} | {{ __('admin.status') }} | {{ __('common.actions') }} |
|---|---|---|---|---|
| {{ $plan->treatment_plan_no ?? $plan->id }} | {{ $plan->patient?->full_name ?? __('common.not_available') }} | {{ optional($plan->created_at)->format('Y-m-d') }} | {{ $statusLabel }} | {{ __('common.view') }} |
| {{ __('treatment_plans.no_plans') }} | ||||