@extends('layout.master') @section('css') @stop @section('content')

{{ 'Patient Details' }}

{{ $user->username }}
{{ $user->email }}
{{ $user->get_patient_details->mobile_number }}
{{ $user->get_patient_details->country }}
{{ $user->get_patient_details->plan_type }}
{{ $user->get_patient_details->user_program_type }}
@if ($user->profile_picture == '') @else @endif
@stop @section('script') @stop