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