{$history = get()->has('redirectTo') ? urldecode(get()->redirectTo) : 'javascript:history.back();';}

Ongoing Booking

₦{number_format($total,0,'.',',')}

Your booking total
    {$tab = get()->has('tab') ? get()->tab : 'all';}
  • All
  • Rooms
  • Vehicles
@if (count($searchResult) == 0)
No ongoing booking found.
@else @foreach ($searchResult as $row)
{$image = $row['image'];}

{ucfirst($row['title'])}

  • {$row['check_in_string']} - {$row['check_out_string']}
  • @foreach ($row['info'] as $info) {$info}, @endfor
Continue

NGN {number_format($row['price'], 0, '.', ',')}

×
@endfor @endif
@partial('page-loader');