@extends('layout.backend') @section('title', 'hlc-37 Dr'.(($doctor->gender ?? 'M') == 'M' ?'. ' : 'a. ' ).$doctor->short_name) @section('scripts') @parent @endsection @section('styles') @parent @endsection @section('content')
@if ($message = Session::get('success'))
{{ $message }}
@endif

@if(($doctor->gender ?? 'M') == 'M') Dr. @else Dra. @endif {!!$doctor->name!!} @if($doctor->jw)
JW
@endif

Carta de Acompanhamento (hlc-37)
@csrf
@if($file_path) {{-- Tem anexo --}}
@else {{-- sem anexo --}}
@endif
@endsection