@extends('admin.layouts.master') @section('title', 'Reschedule Booking') @section('content') @livewire('admin.booking.reschedule-booking') @endsection @push('scripts') @endpush