@extends('layouts.app') @section('title') {{__('Booking')}} @endsection @section('css') @endsection @section('breadcrumb')

{{__('Booking')}}

@endsection @section('content')

{{__('Booking')}}

@csrf
{{__('Location On Map')}}
{{__('Attachment')}}
@endsection @section('scripts') @endsection