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

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

{!! $record->sitepage->short_text !!}

@section('css') @endsection @section('js') @endsection @endsection