@extends('layouts.app') @section('title', 'Legal Pages') @section('content')
Manage Terms of Service, Privacy Policy, and other legal documents
{{ session('success') }}
| Page | Status | Last Updated | Actions |
|---|---|---|---|
|
{{ $page->title }}
/legal/{{ $page->slug }}
|
@if($page->is_active) Active @else Draft @endif |
{{ $page->updated_at->format('d M Y, H:i') }}
@if($page->updatedByUser)
by {{ $page->updatedByUser->name }} @endif |
Edit @if($page->is_active) View @endif |
{{ url('/legal/' . $page->slug) }}