@extends('layout',['heading'=>__('ui.exam_types_prices'),'clinic'=>$clinic]) @section('content')
EXAM CATALOG
{{ __('ui.exam_types_intro') }}.
{{ __('ui.disable_instead_delete') }}.
| {{ __('ui.exam_type') }} | {{ __('ui.category') }} | {{ __('ui.price') }} | {{ __('ui.doctor') }} | {{ __('ui.status') }} | {{ __('ui.actions') }} |
|---|---|---|---|---|---|
| {{ $e->name }} | {{ $e->category ?: '—' }} | {{ number_format($e->price,2) }} {{ __('ui.currency') }} | {{ $e->doctor_name ?: __('ui.unspecified') }} | {{ __('ui.active') }} | |
| {{ __('ui.no_exam_types') }}. {{ __('ui.add_first_exam_type') }}. | |||||