@include('web.header.files') @include('web.header.header')

Payment Section

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

{{$country->name}}

{{$category_name}}

{{$participant->accompany_person}} Persons

{{$participant->participant == 1 ? 'International' : 'National'}} ({{$category_name}}) : {{$participant->participant == 1 ? '$' : '₹'}} {{$fee}}

Accompany Person, : {{$participant->participant == 1 ? '$' : '₹'}} {{$accompany_fee}} x {{$participant->accompany_person}} = {{$accompany_fee * $participant->accompany_person}}

Total : {{$participant->participant == 1 ? '$' : '₹'}} {{$fee + ($accompany_fee * $participant->accompany_person)}}

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