@extends('site.layout.master') @section('content')

{{ $record->sitepage->title }}

{!! $record->sitepage->text !!}
@section('css') @endsection @section('js') @endsection @endsection