@extends('layouts.admin') @section('content')

Content View

Slug
{{$page->slug}}
Title
{{$page->title}}
Status
Disable
Created
{{$page->created_at}}
Body
{!!$page->body!!}
@endsection