@extends('layouts.page') @section('title', $page->subject) @section('page_script') @endsection @section('content')
{{ csrf_field() }} {!! $page->content !!}
@endsection