shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
mpc.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
resources
/
views
/
collections
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
index.blade.php
@php use function Statamic\trans as __; @endphp @extends('statamic::layout') @section('title', __('Collections')) @section('content') @unless($collections->isEmpty()) <div class="flex items-center justify-between mb-6"> <h1>{{ __('Collections') }}</h1> @can('create', 'Statamic\Contracts\Entries\Collection') <a href="{{ cp_route('collections.create') }}" class="btn-primary">{{ __('Create Collection') }}</a> @endcan </div> <collection-list :initial-rows="{{ json_encode($collections) }}" :initial-columns="{{ json_encode($columns) }}" :endpoints="{}"> </collection-list> @else @include('statamic::partials.empty-state', [ 'title' => __('Collections'), 'description' => __('statamic::messages.collection_configure_intro'), 'svg' => 'empty/content', 'button_text' => __('Create Collection'), 'button_url' => cp_route('collections.create'), 'can' => $user->can('create', 'Statamic\Contracts\Entries\Collection') ]) @endunless @include('statamic::partials.docs-callout', [ 'topic' => __('Collections'), 'url' => Statamic::docsUrl('collections') ]) @endsection
© 2026 UnknownSec