@extends('admin-dining.layouts.app') @section('title', 'Dashboard') @section('page-title', 'Dashboard') @section('content')
You're logged in! Use the sidebar to navigate through the admin panel.
| Title | Status | Created | Action |
|---|---|---|---|
| {{ $page->title }} | @if($page->status == 'published') Published @elseif($page->status == 'draft') Draft @else Private @endif | {{ $page->created_at->diffForHumans() }} | Edit |
| No pages yet. Create your first page | |||
Laravel Version: {{ app()->version() }}
PHP Version: {{ phpversion() }}
Environment: {{ app()->environment() }}