@extends('layout.master') @section('meta_title',$journal->meta_title) @section('meta_description',$journal->meta_description) @section('image',$journal->getFirstMediaUrl('journal')) @section('content')

{{$journal->title}}

{{--

Share

--}}

{{$journal->title}}

{{--
{!!$blog->content!!}
--}}
{!!$journal->description!!}

Share :-

Recent Journals

@if (count($recentJournals)>0) @foreach ($recentJournals as $item) {{-- componenet --}} {{-- end of component --}} @endforeach @else

No recent Journals found !

@endif
@endsection @section('script') @endsection