@extends('layouts/guest') @section('title', 'Menus') @section('vendor-style') @endsection @section('page-style') {{-- Page Css files --}} @endsection @section('content')
@if($patient_maintain == null)
Card image cap

Download english version of latest menu for {{ $patinet->gender == 'male' ? 'Mr' : 'Mrs' }} {{ ucwords($patinet->full_name) }}

Download PDF
Card image cap

Download arabic version of latest menus for {{ $patinet->gender == 'male' ? 'Mr' : 'Mrs' }} {{ ucwords($patinet->full_name) }}

Download PDF
@elseif($patient_maintain != null)
Card image cap

Click to download english version of your maintain meal plan {{ ucwords($patient_maintain->maintain_en) }}

Download PDF
Card image cap

Click to download arabic version your maintain meal plan {{ ucwords($patient_maintain->maintain_ar) }}

Download PDF
@endif

The Doctors Diet

@endsection