@extends('layouts.app') @section('title', 'Resource Pages') @section('page-title', 'Resource Pages') @section('breadcrumb', 'Platform Admin / Resource Pages') @section('content')

Manage Product Demo, Help Center, Support & Migration, Guides, and What’s New pages.

@foreach($pages as $page)

{{ $page['label'] }}

{{ $page['description'] }}

{{ $page['is_customized'] ? 'Custom' : 'Default' }}
{{ $page['item_count'] }} items @if($page['updated_at']) Updated {{ $page['updated_at']->diffForHumans() }} @else Using defaults @endif
@endforeach
@endsection