@if(\Illuminate\Support\Facades\Auth::user() != null)

Welcome {{\Illuminate\Support\Facades\Auth::user()->name}}!
Your clinic dashboard awaits. Seamlessly manage, monitor, and maximize the potential of every clinic under your purview.


{{--

Feel free to choose the one that resonates best with the tone and style you envision for your dashboard interface.

--}} @endif
@if($clinicUser != null) @foreach ($clinicUser as $user) @if($user != null)
@if($user['owner_image'] != null) @else @endif

{{$user['clinic_name']}}

{{$user['clinic_address']}}, @if($user['clinic_street'] !=null){{$user['clinic_street']}},@endif {{$user['clinic_city']}}, {{$user['clinic_district']}}, {{$user['clinic_state']}}, India-{{$user['clinic_zip_code']}}

No. Of Doctors

{{$user['dr_count']}}

No. Of Patients

{{$user['pat_count']}}

Today's Session

{{$user['session_count']}}

Today's Appointment

{{$user['appt_count']}}

<<< Click Here To Enter >>>

{{--

{{$user['clinic_name']}}

{{$user['clinic_address']}}, @if($user['clinic_street'] !=null){{$user['clinic_street']}},@endif {{$user['clinic_city']}}, {{$user['clinic_district']}}, {{$user['clinic_state']}}, India-{{$user['clinic_zip_code']}}

No Of. Doctors
{{$user['dr_count']}}

No Of. Patients
{{$user['pat_count']}}

Today's Scheduled Sessions
{{$user['session_count']}}

Today's Appointments Booked
{{$user['appt_count']}}

--}}{{--

Total Revenue
{{$revenue}}

Today's Revenue
{{$today_revenue}}

--}}{{--
--}} @else

No Clinics Available

@endif @endforeach @else

No Clincs Available

@endif