Posted Publications
@foreach ($journals as $journal) {{----}} @endforeach
#
Title
Category
Authors
Show
Date
#
@csrf @method('delete')
{{ $journal->title }}
{{ $journal->journalcategory->name }}
{{ $journal->authors }}
View
@if ($journal->valid)
@else
@endif
{{ $journal->created_at }}