@extends('layouts.yellow') @section('content')

{{ __('view-patients.titleViewMedicalReport') }}

{{__('com-form-history.returnToInfoPatient')}}   @if($model->haveHistories()) @endif @if(Auth::user()->isAbleTo('create-medical-report')) @endif
Medical Heart

{{__('view-patients.titleViewMedicalReport')}}

{{$model->name}} {{$model->lastname}}

@endsection