@include('web.header.files') @include('web.header.header')
@if (isset($participant) && $participant != null)

Your Form Details

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

{{$user->participant == 1 ? 'International' : 'National'}}

{{$country->name}}

{{$category_name}}

Only {{$user->accompany_person}}

{{ $user->participant == 1 ? '$' : '₹'}}{{$participant->total_fee}}

{{Carbon\Carbon::parse($participant->aau_transaction_date_time)->format('d - M - Y')}}

@else

Form not Submitted

@endif
@include('web.footer.footer')