@extends('admin.layouts.master') @section('title', 'Cancel Booking') @section('content') {{-- Loads the Livewire Component --}} @livewire('admin.booking.cancel-booking') @endsection