@extends('admin.partial.template-full') @section('section')

Pages

Set custom page content


@if($pages->count())
@foreach($pages as $page) @if($page->active) @else @endif @endforeach
ID Slug State Updated
{{$page->id}} {{$page->slug}}LiveDraft{{$page->updated_at->diffForHumans(null, true, true, true)}}
{{$pages->links()}}

@csrf
@csrf
@csrf
@csrf
@else

No custom pages found


@csrf
@csrf
@csrf
@csrf
@endif @endsection