@extends ('frontend.layouts.app') @section('content')
@if($page->image)
{{$page->title}}
@endif
{!! $page->content !!}
@endsection