@extends('site.app') @section('pageTitle', $blog->meta_title) @section('metaDescription', $blog->meta_description) @section('metaKeywords', $blog->meta_keywords) @section('otherMetas') @endsection @section('content') @if (isset($banner) && $banner->image)
@endif @endsection