@extends('layouts.print') @section('title') طباعة روشتة {{$report->patient->name}} @endsection @section('content')
@if($report->session->hcp_center->logo) @else

{{ $report->session->hcp_center->name }}

@endif
اسم المريض: {{$report->patient->name}}
    @foreach($report->follow_up_details as $detail) @if($detail->disease)
  • {{ $detail->disease->name }}
  • @endif @endforeach
{{ $report->drugs }}
    @foreach($report->follow_up_details as $detail) @if($detail->allergenic)
  • {{ $detail->allergenic->name }}
  • @endif @endforeach
{{ $report->body_temperature }}
{{ $report->suggested_note }}
{{$report->doctor->name}}
@endsection