@extends('layouts.admin') @section('content') Content View View on Site Back to list Slug {{$page->slug}} Title {{$page->title}} Status Disable Created {{$page->created_at}} Body {!!$page->body!!} @endsection