@extends('layouts.portal') @section('content') @if($blog->image)
{{ $blog->title }}
@endif
{!! $blog->description !!}
@if(isset($recentBlogs) && $recentBlogs->count() > 0) @endif
@endsection