@include('sweetalert::alert')

{{ __('Journal Management') }}

{{ __('Your Journal') }}

{{ __('Search') }}
@forelse($journals as $journal) @empty @endforelse
No Title Description Date File Action
{{ $loop->iteration }} {{ $journal->title }} {{ $journal->description }} {{ $journal->date->format('d-m-Y') }} {{ $journal->attachment }}
View
@csrf Delete
No journals found.
{{$journals->links()}}