@extends("general_base") @section("title", $page->name) @section("style") @endsection @section("content")

{{ $page->name }}

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