@extends('layout.master') @section('content')

Journals

{{-- content --}}
@if (count($Journals)>0)
@foreach ($Journals as $journal )
@endforeach
@else

No Journals found !

@endif
{{-- end of content --}}
@endsection