@extends('frontLayout.frontlayout') @section('content')

{{$page['title']}}

{!! $page['description'] !!} @if($page['image']) @endif
@endsection