@extends('layouts.yellow') @section('title') {{__('detail-patient.medicalRecipe')}} @endsection @section('content')
{{ $identity->specialty }}
@endif{{ $identity->address }}
@if($identity->phone || $identity->email)@if($identity->phone) {{ $identity->phone }} @endif @if($identity->phone && $identity->email) | @endif @if($identity->email) {{ $identity->email }} @endif
@endif @endif{{ date('d/m/Y') }}
{{__('doctor.recipe.signedBy', ['name' => $doctor->name])}}