@section('top_style') @rappasoftTableStyles @rappasoftTableThirdPartyStyles @endsection
Execution In Progress, Please Wait...
@if($conference)
{{$conference->name}}
@if($conference && $conference_participation && $conference_participation->is_attending_conference && $conference->endDate >= Carbon\Carbon::now()) @endif @if($conference && $conference_participation && $conference_participation->is_attending_conference && $conference->endDate >= Carbon\Carbon::now() && count($submitted_abstracts) > 0)       @endif
@endif
@if($conference) {{--
--}} @if( ($conference->workshop_theme && !$all_my_conference_participation->where('is_attending_workshop', True)->where('conference_id', $conference_id)->first()) || (count($conference->conferenceParticipantCategoriesAndFees) > 0 && !$all_my_conference_participation->where('is_attending_conference', True)->where('conference_id', $conference_id)->first()) )
Select Your Preferred Participation Category:
@endif
@csrf @if(count($conference->conferenceParticipantCategoriesAndFees) > 0) @if(!$all_my_conference_participation->where('is_attending_conference', True)->where('conference_id', $conference_id)->first()) @foreach ($conference->conferenceParticipantCategoriesAndFees as $key => $item)
id}} name="flexRadioDefault" id="flexRadioDefault1" wire:model="participation_category_id" wire:loading.attr="disabled">
@endforeach @endif @endif @if($conference->workshop_theme) @if(!$all_my_conference_participation->where('is_attending_workshop', True)->where('conference_id', $conference_id)->first())
@endif @endif @if( ($conference->workshop_theme && !$all_my_conference_participation->where('is_attending_workshop', True)->where('conference_id', $conference_id)->first()) || (count($conference->conferenceParticipantCategoriesAndFees) > 0 && !$all_my_conference_participation->where('is_attending_conference', True)->where('conference_id', $conference_id)->first()) )
@endif
{{--
--}} @endif
@if($show_summary)
Conference &/Or Workshop Event Summary

You will be attending:

@if($this->is_attending_conference) {{$conference->name}}
@endif @if($this->is_attending_workshop) Workshop on: {{$conference->workshop_theme}}
@endif
Total Fee: {{($this->conference_amount_paid + $this->workshop_amount_paid) < 1 ? 'Free' : '₦ '.number_format($this->conference_amount_paid + $this->workshop_amount_paid)}}
@endif



My Conference & Workshop Participation Over The Time

@foreach($all_my_conference_participation as $key => $value) @endforeach
S/N Event (Date) Fee Reference Code Abstract(s) @if($conference && $conference_participation && $conference_participation->is_attending_conference ) @endif Action
{{$key + 1}} @if($value->is_attending_workshop) => Workshop of {{$value->conference_name }} ({{$value->conference->startDate->format('l, jS F Y') }})
@endif @if($value->is_attending_conference) => {{$value->conference_name}} ({{$value->conference->startDate->format('l, jS F Y') }}) @endif
@if($value->is_attending_workshop) => Workshop Fee: {{$value->workshop_amount_paid ? number_format($value->workshop_amount_paid) : 'Free'}}
@endif @if($value->is_attending_conference) => Conference Fee: {{$value->conference_amount_paid ? number_format($value->conference_amount_paid) : 'Free'}} @endif
@if($value->is_attending_workshop) => Workshop Ref.: {{$value->workshop_pay_ref}}
@endif @if($value->is_attending_conference) => Conference Ref.: {{$value->conf_pay_ref}} @endif
{{count($submitted_abstracts)}} @if($value->is_attending_workshop) @endif @if($value->is_attending_conference)
@endif
@section('bottom_script') @rappasoftTableScripts @rappasoftTableThirdPartyScripts @endsection