@extends('backend.layouts.main') @section('title', 'Tour-booking-update') @section('main-container')
Booking Ref | {{ $query->ref_code }}
Booking By | {{ ucfirst($query->user->name) .' ( '. $query->user->email .' )'}}
@method('PATCH') @csrf
Discard
@endsection