@extends('layouts.app') @section('title', 'Appointments') @section('subtitle', 'Schedule calls and meetings with automated follow-up workflows') @section('content')
Internal scheduling with signed confirmation links.
@include('appointments.table')

New appointment

@csrf
@endsection