@extends('dispatch.layout') @push('dispatch-css') @endpush @section('dispatch-content')
@include('dispatch.header') {{-- Book Now --}} @include('dispatch-delivery.book-now') {{-- Book Later --}} {{-- @include('dispatch-delivery.book-later') --}}
@lang('view_pages.legend')
{{-- List requests --}}
@endsection @push('dispatch-js') @stack('booking-scripts') @endpush