@section('top_style') @rappasoftTableStyles @rappasoftTableThirdPartyStyles @endsection
Execution In Progress, Please Wait...
ASTA JOURNAL
@csrf
Processing, Please Wait...
   

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

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

@if($publish_journal->paper) @foreach($publish_journal->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