@extends('admin.layouts.app') @section('title', 'Folio Receipt - ' . $booking->booking_id) @section('content')
Guest Folio
| Description | Amount |
|---|---|
|
{{ $charge->description }}
{{ $charge->created_at->format('M d, H:i') }}
|
₦{{ number_format($charge->amount, 2) }} |
| Description | Amount |
|---|---|
|
{{ $charge->description }}
{{ $charge->created_at->format('M d, H:i') }}
|
₦{{ number_format($charge->amount, 2) }} |
| Method | Amount |
|---|---|
|
{{ ucfirst($payment->payment_method) }}
{{ $payment->created_at->format('M d, H:i') }}
|
₦{{ number_format($payment->amount, 2) }} |