@extends('layouts.member') @section('title', $page->title) @section('content')

{{ $page->title }}

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