@extends('layouts.admin') @section('title') Departure Reports | Dashboard @endsection @section('content')
Booking No. | Booking Name | Telephone | Check Out | Balance |
---|---|---|---|---|
{{$departure->BookingId}} | {{$departure->BookerFirstName. " ".$departure->BookerLastName}} | {{$departure->BookerTelephone}} | {{$departure->Balance}} |