Browse Journals
@foreach($journals as $journal)
@endforeach
@if($journals->isEmpty())
@if($journal->icon)
@else
@endif
{{ $journal->title }}
@if($journal->issn)ISSN: {{ $journal->issn }}
@endif @if($journal->description){{ Str::limit($journal->description, 100) }}
@endif
id, $userJournals)) checked @endif>
No journals available yet.
@endif
Selected Journals
Selected: 0
Please login to save your journal preferences.
@endif