@extends('frontend.layouts.master') @section('title') {{ @$page->title }} | {{ settings()->name}} @endsection @section('content')

{{ @$page->title }}

{!! $page->description !!}
@endsection