@extends('source.layouts.app') @section('content')
@include('source.common.header') @include('source.common.sidebar')
Browse Journals
@foreach($journals as $journal)
@if($journal->icon)
{{ $journal->title }}
@else
@endif
{{ $journal->title }}
@if($journal->issn)

ISSN: {{ $journal->issn }}

@endif @if($journal->description)

{{ Str::limit($journal->description, 100) }}

@endif
id, $userJournals)) checked @endif>
@endforeach
@if($journals->isEmpty())
No journals available yet.
@endif
Selected Journals
Selected: 0
@if(Auth::check()) @else
Please login to save your journal preferences.
@endif
@endsection