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

Program Usahawan

{{ $program->name }}
{{ $program->dept->name }} [{{ $program->dept_code }}]
Sesi: {{ $program->session }}, {{ $program->program_location }}

@if( $program->open )

Pilihan Perniagaan

@else

Pilihan Yuran

@endif
@if( $program->open ) @else
@foreach($details["P"] as $fee)
@endforeach
@endif
@if( isset($details["K"]) )
@endif @if( isset($details["E"]) )
@endif @if( $program->open ) @else @if( $details["O"]->isNotEmpty() && $program->has_optional )
@foreach($details["O"] as $fee)
@endforeach
@endif @endif
@endsection @section('pay-amount') @if( $program->open )
@else
@endif @endsection @section('button-block') @parent Kembali @endsection @section('page_scripts') @endsection