@extends('client.layout.master') @section('page-title', 'Appointment') @section('breadcrumb') @endsection @section('title','Appointment') @section('content')
{{--
--}} {{--

--}} {{-- {{request()->has('clinicId') ? \App\Models\Clinic::find(request()->input('clinicId'))->name : null}}--}} {{--

--}} {{--
--}}

Appointments

Add
{{--
--}} {{--
--}} {{-- --}} {{-- Add--}} {{-- --}} {{--
--}} {{-- @php--}} {{-- $isDoctor = auth('client')->user() && auth('client')->user()->position=="doctor";--}} {{-- @endphp--}} {{-- @if($isDoctor)--}} {{--
--}} {{-- @if(request()->has('showAll'))--}} {{-- --}} {{-- Show Today's Appointments--}} {{-- --}} {{-- @else--}} {{-- --}} {{-- Show All Appointments--}} {{-- --}} {{-- @endif--}} {{--
--}} {{-- @endif--}} {{--
--}}
{{-- --}}
@endsection