@extends('layouts.paybase') @section('form-name')
@endsection @section('pay-details')

Acara MARA

{{ $acara->name }}
Lokasi: {{ $acara->location }}
Sesi: {{ $acara->session }}
Kuota: {{ $acara->remaining_quota }}/{{ $acara->allocated_quota }}
@if($acara->user_detail)
@for($i = 1; $i <= $bilangan; $i++)
{{ $i }}
@if( isset($details['categories']) )
@endif @if( isset($details['additional']) )
@endif

@endfor
@endif @endsection @section('pay-amount')
{{ $bilangan }} unit
{{ $nilai }}
@endsection @section('button-block') @parent Kembali @endsection