@extends('layouts.admin') @section('page_kicker', 'Scheduling') @section('page_title', 'Book a visit') @section('content')

Choose an independent clinician and a time. They can accept, propose another slot, or decline in their dashboard.

@if ($errors->any())
@endif
@csrf
Browse profiles
@endsection