{{ $website_lang->where('lang_key','subject')->first()->custom_lang }}: {{ $appointment->prescription->subject }}
{!! clean($appointment->prescription->description) !!}
@if ($appointment->prescription->prescriptionFile->count()>0){{ $website_lang->where('lang_key','important_doc')->first()->custom_lang }}:
-
@foreach ($appointment->prescription->prescriptionFile as $item)
- {{ $item->file }} @endforeach