@extends('master') @section('css') @endsection @section('content')

{{ $page->title }}

{!! $page->content !!}
@if ($page->image) {{ $page->title }} @endif
@if ($sectors->count()) @endif
@endsection