@extends('frontend.layouts.app') @section('content') @if($page->bannerImage != NULL)
{{$page->altTag}}
@endif
{!! $page->content !!}
@endsection