@extends('layouts.app') @section('title', 'Patient Dashboard') @section('content')

Clinic/Doctors List




@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif

Please Enter Clinic ID

To book an appointment, please enter the clinic's id to view associated doctors and schedule your booking.

@csrf
Clinic List
@endsection