@extends('layouts.app') @section('title') Transaksi | Jago Wisata @endsection @section('content')
Silahkan terlebih dahulu pilih destinasi yang anda inginkan
Members | @if (!empty($transaction->details)) {{ $transaction->details->count() }} person @else 0 person @endif |
---|---|
Trip Price | @if (!empty($transaction->details)) {{ 'Rp. ' . number_format($item->travel_package->price, 0, ',', '.') ?? 0 }},00 / person @else Rp. 0/person @endif |
Sub Total | @if (!empty($transaction->details)) {{ 'Rp. ' . number_format($item->transaction_total, 0, ',', '.') ?? 0 }},00 @else Rp. 0 @endif |
Total (+Unique) | @if (!empty($transaction->details)) {{ 'Rp. ' . number_format($item->transaction_total, 0, ',', '.') ?? 0 }} @else Rp. 0 @endif {{-- {{ mt_rand(0,99) }} --}} |
Silahkan pilih metode pembayaran yang anda inginkan