@extends('frontend.layouts.master') @section('content')

{{ $page->name }}

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