@extends('layouts.frontend') @section('content')
{{ $page->title }}
{{ $page->sub_title }}
@if($image = $page->getMedia('top_image'))
@endif
{{ $page->top_heading }}
@editor($page->top_description)
@if($image = $page->getMedia('bottom_image'))
@endif
{{ $page->bottom_heading }}
@editor($page->bottom_description)
@endsection