@extends('layout.app') @section('title', 'Doctors | Waiting Room') @section('content')
@if ($clinicCount < auth()->guard('business')->user()->no_of_providers)

Doctors

Add
@endif
{{-- --}}
No. NamePhone No.Speciality Service Time Service Price Cancel All Appointments Send Credentials status Action
@endsection @section('custom-script') @endsection