@extends('layout.index') @section('content')

Patient Details

Profile Details

{{ Auth()->user()->name }}
MKS CARDIOLOGY HOSPITAL
@if (Auth::user()->phone_no !== null)
{{ Auth::user()->phone_no }}
@endif @if (Auth::user()->branch_id !== null)
{{ Auth::user()->branch_id === 0 ? 'Super Admin' : Auth::user()->branch->name }}
@endif
Yes
@endsection