@section('top_style') @rappasoftTableStyles @rappasoftTableThirdPartyStyles @endsection
Execution In Progress, Please Wait...
EDITED CONFERENCE PROCEEDINGS
@csrf
Processing, Please Wait...
   

{{$publish_proceeding ? $publish_proceeding->title : 'Not Available'}}

Summary:
Total Submission: {{$publish_proceeding ? $publish_proceeding->total_submission : 'NA'}}
Total Accepted: {{$publish_proceeding ? $publish_proceeding->total_accepted : 'NA'}}
Cover Page Image: {{$publish_proceeding && $publish_proceeding->cover_page ? 'Available' : 'NA'}}
Preliminary Page: {{$publish_proceeding && $publish_proceeding->preliminary_page ? 'Available' : 'NA'}}
Accessibility: {{$publish_proceeding && $publish_proceeding->is_visible ? 'Publicly Accessible' : 'Not Accessible'}}

@if($publish_proceeding->paper) @foreach($publish_proceeding->paper as $key => $value) @endforeach @else @endif
S/N Title     Add Paper Action
{{$key + 1}} {{ $value->title}}
{{$value->author}}
Edit     Delete
No Data Available
{{-- modals --}} @section('bottom_script') {{-- Adds the Core Table Scripts --}} @rappasoftTableScripts {{-- Adds any relevant Third-Party Scripts (e.g. Flatpickr) --}} @rappasoftTableThirdPartyScripts @endsection