@extends('layouts.mother') @section('title', 'Appointments') @section('content')
@livewire('mother.appointment-booking')
@endsection