@extends('backend.layouts.main') @section('title', 'Flight-booking-manage') @section('main-container')
Booking Ref | {{ $query->pnr_no }}
Booking By | {{ ucfirst($query->user->name) .' ( '. $query->user->email .' )'}}
@csrf
Discard
@endsection