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

Account Overview

image
{{--
0
Earnings
0
Projects
0
Success Rate
Profile Completion 50%
--}}

Profile Details

{{-- Edit Profile --}}
{{ 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 {{--
Email, Phone
--}}
Yes
@endsection