@extends('frontend.layouts.layouts') @section('content')
Flowbite Logo

Place Order

Order Confirmed!

Transaction Number {{ $mayaId }}

We'll send you a shipping confirmation email
as soon as your order ships.


AMOUNT PAID @php // Remove commas and convert to float $cleanedAmountPaid = (float) str_replace(',', '', $amountPaid); @endphp ₱ {{ number_format($cleanedAmountPaid, 2) }}

PAYED WITH Payment Logo

@endsection