@include('layout.header') RAV Accreditation
@include('layout.topbar')
@if (Auth::user()->role == '1') @include('layout.sidebar') @elseif(Auth::user()->role == '2') @include('layout.siderTp') @elseif(Auth::user()->role == '3') @include('layout.sideAss') @elseif(Auth::user()->role == '4') @include('layout.sideprof') @endif @include('layout.rightbar')
Payments
@foreach ($payments as $item) @endforeach
Previous Payments
Sr.No. Transaction No Reference No Payment Date Amount
{{ $loop->iteration }} {{ $item->transaction_no }} {{ $item->reference_no }} {{ \Carbon\Carbon::parse($item->payment_date)->format('d-m-Y') }} {{ $item->currency ?? '' }} {{ $item->amount }}

Total Amount (with 18% GST): {{ $total_amount + $total_amount * 0.18 ?? 0 }}
@csrf

Punjab National Bank

Main Market, Punjabi Bagh, New Delhi

PUNB00987

112233234400987

112233234400987

112233234400987

country == '101') value="{{ $total_amount + $total_amount * (18 / 100) }}" @else value="{{ $total_amount }}" @endif @endisset> @endisset @isset($course) @foreach ($course as $k => $courses) @endforeach @endisset @if ($applicationData) @endif @if (request()->path() == 'level-first') @elseif(request()->path() == 'level-second') @elseif(request()->path() == 'level-third') @elseif(request()->path() == 'level-fourth') @endif @if (isset($Application->id)) @if (check_upgraded_level2($Application->id) == 'false') @elseif(check_upgraded_level2($Application->id) == 'true') @endif @endif
@include('layout.footer')