{{-- @extends('layout.base') @section('action') @if (url()->previous() == route('visa')) Back @else Back @endif @endsection @section('content')
Logo Left

53rd Artistic Gymnastics
World Championships

Jakarta 2025

Logo Right

INVOICE

Invoice Number: {{ $visa->visa_number }}

Date: {{ $visa->created_at->format('F d, Y') }}

Bill To:

{{ $visa->user->country->name }}

@if (!empty($visa->user->address))

{{ $visa->user->address }}

@endif
@foreach ($accreditations as $index => $acc) @endforeach
# Person Price Total Price
{{ $index + 1 }} {{ $acc->accreditation->first_name }} {{ $acc->accreditation->last_name }} USD {{ number_format($acc->price, 2) }} USD {{ number_format($acc->price, 2) }}
@php $total = $accreditations->sum('price'); @endphp
Grand Total: USD {{ number_format($total, 2) }}
Payment: USD {{ number_format($visa->payment_amount, 2) }}
Outstanding: USD {{ number_format($total - $visa->payment_amount, 2) }}

Details:
{{ $visa->keterangan_invoice }}

Terms and Conditions:
  1. All the payments made should be NET of any bank charges. And please state the name of the entity concerned as well as the payment purpose on the transfer with the format "DELEGATION NAME"_2025 ART WCH Jakarta, Example: INA_2025 ART WCH Jakarta
  2. @php $grouped = $accreditations->groupBy('visa_category_code'); $hasAthlete = $grouped->has('C8A'); $hasNonAthlete = $grouped->has('C8B'); $priceAthlete = $grouped->get('C8A')?->first()->price ?? null; $priceNonAthlete = $grouped->get('C8B')?->first()->price ?? null; @endphp
  3. The LOC will start the Visa processing only after the receipt of the NON-REFUNDABLE payment of @if ($hasAthlete && $hasNonAthlete) USD {{ number_format($priceAthlete, 2) }} for athlete(s) and USD {{ number_format($priceNonAthlete, 2) }} for non-athlete(s) @elseif ($hasAthlete) USD {{ number_format($priceAthlete, 2) }} per athlete applicant @elseif ($hasNonAthlete) USD {{ number_format($priceNonAthlete, 2) }} per non-athlete applicant @else USD - @endif at the latest on 01 September 2025.
  4. The LOC is not responsible of late visa request and late payment.
  5. The participating Federation is responsible for covering all bank fees in connection with the bank transfers.
Payment to:
Pengurus Besar Persatuan Senam Indonesia-JAGOC 2025
BANK MANDIRI 126-05-5000-202-5
SWIFT CODE: BMRIIDJA

Bank Mandiri Jakarta Gandaria
Jalan Gandaria Tengah III No. 21,
Kebayoran Baru, Jakarta Selatan
Thank you,

(Finance Division)
@if ($visa->payment_proff)

Uploaded Payment Proof:

Proof
@else @if (auth()->user()->role == 'admin_nf' || auth()->user()->role == 'admin_media')
Upload Payment Proof
@else
Payment proof has not been uploaded yet.
@endif @endif @if (auth()->user()->role == 'admin_nf') @endif
@endsection @section('scripts') @endsection --}} {{-- @extends('layout.base') @section('action') @if (url()->previous() == route('visa')) Back @else Back @endif @endsection @section('content')
Logo Left

53rd Artistic Gymnastics
World Championships

Jakarta 2025

Logo Right

INVOICE

Invoice Number: {{ $visa->visa_number }}

Date: {{ $visa->created_at->format('F d, Y') }}

Bill To:

{{ $visa->user->country->name }}

@if (!empty($visa->user->address))

{{ $visa->user->address }}

@endif
@foreach ($accreditations as $index => $acc) @endforeach
# Person Price Total Price
{{ $index + 1 }} {{ $acc->accreditation->first_name }} {{ $acc->accreditation->last_name }} USD {{ number_format($acc->price, 2) }} USD {{ number_format($acc->price, 2) }}
@php $total = $accreditations->sum('price'); @endphp
Grand Total: USD {{ number_format($total, 2) }}
Payment: USD {{ number_format($visa->payment_amount, 2) }}
Outstanding: USD {{ number_format($total - $visa->payment_amount, 2) }}

Details:
{{ $visa->keterangan_invoice }}

Terms and Conditions:

  1. All the payments made should be NET of any bank charges ...
  2. The LOC will start the Visa processing only after ...
  3. The LOC is not responsible for late visa request and late payment.
  4. The participating Federation is responsible for covering all bank fees.

Payment to:
Pengurus Besar Persatuan Senam Indonesia-JAGOC 2025
BANK MANDIRI 126-05-5000-202-5
SWIFT CODE: BMRIIDJA

Bank Mandiri Jakarta Gandaria
Jalan Gandaria Tengah III No. 21,
Kebayoran Baru, Jakarta Selatan

@if ($visa->payment_proff)

Uploaded Payment Proof:

Proof @else
Payment proof has not been uploaded yet.
@endif
@endsection @section('scripts') @endsection --}} @extends('layout.base') @section('action') @if (url()->previous() == route('visa')) Back @else Back @endif @endsection @section('content')

53rd Artistic Gymnastics
World Championships

Jakarta 2025

INVOICE

Invoice Number: {{ $visa->visa_number }}

Date: {{ $visa->created_at->format('F d, Y') }}

Bill To:

{{ $visa->user->name }}

@if (!empty($visa->user->address))

{{ $visa->user->address }}

@endif
@foreach ($accreditations as $acc) @endforeach
# Person Price Total Price
{{ $loop->iteration }} {{ $acc->accreditation->first_name }} {{ $acc->accreditation->last_name }} USD {{ number_format($acc->price, 2) }} USD {{ number_format($acc->price, 2) }}
@php $total = $accreditations->sum('price'); @endphp
Grand Total: USD {{ number_format($total, 2) }}
Payment: USD {{ number_format($visa->payment_amount, 2) }}
Outstanding: USD {{ number_format($total - $visa->payment_amount, 2) }}

Terms and Conditions:

  1. All the payments made should be NET of any bank charges. And please state the name of the entity concerned as well as the payment purpose on the transfer with the format "DELEGATION NAME"_2025 ART WCH Jakarta, Example: INA_2025 ART WCH Jakarta
  2. @php $grouped = $accreditations->groupBy('visa_category_code'); $hasAthlete = $grouped->has('C8A'); $hasNonAthlete = $grouped->has('C8B'); $priceAthlete = $grouped->get('C8A')?->first()->price ?? null; $priceNonAthlete = $grouped->get('C8B')?->first()->price ?? null; @endphp
  3. The LOC will start the Visa processing only after the receipt of the NON-REFUNDABLE payment of @if ($hasAthlete && $hasNonAthlete) USD {{ number_format($priceAthlete, 2) }} for athlete(s) and USD {{ number_format($priceNonAthlete, 2) }} for non-athlete(s) @elseif ($hasAthlete) USD {{ number_format($priceAthlete, 2) }} per athlete applicant @elseif ($hasNonAthlete) USD {{ number_format($priceNonAthlete, 2) }} per non-athlete applicant @else USD - @endif at the latest on 01 September 2025.
  4. The LOC is not responsible of late visa request and late payment.
  5. The participating Federation is responsible for covering all bank fees in connection with the bank transfers.

Payment to:
Pengurus Besar Persatuan Senam Indonesia-JAGOC 2025
BANK MANDIRI 126-05-5000-202-5
SWIFT CODE: BMRIIDJA

Bank Mandiri Jakarta Gandaria
Jalan Gandaria Tengah III No. 21,
Kebayoran Baru, Jakarta Selatan

@if ($visa->payment_proff)

Uploaded Payment Proof:

@else
Payment proof has not been uploaded yet.
@endif
@endsection @section('scripts') @endsection