@extends('layouts.partials.master') @section('title', 'Centro de Ajuda') @push('styles') @endpush @section('content')
| Título | Estado | Ações | |
|---|---|---|---|
| @if (!$trashed) @endif | {{ $page->title }} | @if ($page->status === 'active') Ativo @else Inativo @endif | |
|
Sem páginas criadas. |
|||