@extends('layouts.app') @section('title') {{ __('Show booking') }} @endsection @section('breadcrumb')

{{__('Bookings')}}

@endsection @section('content')

{{ __('Show booking') }}

{{__('Create invoice')}}
{{__('Location on map')}}
@if(!empty($booking)&&!empty($booking['attach']))
{{__('Attachment')}}
@if(!empty($booking)&&!empty($booking['attach'])) @endif
@endif @endsection @section('scripts') @endsection