@extends('layouts.app') @section('content')
Total Pages
Active Pages
Public Pages
Admin Pages
| Title | Route Name | URL Pattern | Access Level | Status | SSL | Actions |
|---|---|---|---|---|---|---|
|
{{ $page->title }}
@if($page->description)
{{ Str::limit($page->description, 50) }} @endif |
{{ $page->route_name }} |
{{ $page->url_pattern }} |
{{ ucfirst($page->access_level) }}
@if($page->allowed_roles && count($page->allowed_roles) > 0)
+{{ implode(', ', $page->allowed_roles) }} @endif |
@if($page->is_active) Active @else Inactive @endif | @if($page->require_ssl) @else @endif | |
| No pages found. | ||||||