shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
mpc.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
resources
/
views
/
blueprints
/ [
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', __('Blueprints')) @section('content') <div class="flex justify-between items-center mb-6"> <h1>@yield('title')</h1> <div v-cloak> <dropdown-list class="inline-block"> <template v-slot:trigger> <button class="button btn-primary flex items-center rtl:pl-4 ltr:pr-4"> {{ __('Create Blueprint') }} <svg-icon name="micro/chevron-down-xs" class="w-2 rtl:mr-2 ltr:ml-2" /> </button> </template> @foreach (Statamic\Facades\Collection::all() as $collection) @if ($loop->first)<h6 class="p-2">{{ __('Collections') }}</h6>@endif <dropdown-item redirect="{{ cp_route('collections.blueprints.create', $collection) }}" text="{{ __($collection->title()) }}"></dropdown-item> @endforeach @foreach (Statamic\Facades\Taxonomy::all() as $taxonomy) @if ($loop->first)<h6 class="p-2 mt-4">{{ __('Taxonomies') }}</h6>@endif <dropdown-item redirect="{{ cp_route('taxonomies.blueprints.create', $taxonomy) }}" text="{{ __($taxonomy->title()) }}"></dropdown-item> @endforeach </dropdown-list> </div> </div> @foreach (Statamic\Facades\Collection::all() as $collection) @if ($loop->first) <h3 class="little-heading rtl:pr-0 ltr:pl-0 mb-2">{{ __('Collections') }}</h3> <div class="card p-0 mb-4"> <table class="data-table"> @endif @foreach ($collection->entryBlueprints() as $blueprint) <tr> <td> <div class="flex items-center"> <div class="w-4 h-4 rtl:ml-4 ltr:mr-4">@cp_svg('icons/light/content-writing')</div> <span class="little-dot {{ $blueprint->hidden() ? 'hollow' : 'bg-green-600' }} rtl:ml-2 ltr:mr-2" v-tooltip="'{{ __($blueprint->hidden() ? 'Hidden': 'Visible') }}'"></span> <a href="{{ cp_route('collections.blueprints.edit', [$collection, $blueprint]) }}" v-pre>{{ __($blueprint->title()) }}</a> </div> </td> <td class="rtl:text-left ltr:text-right text-2xs" v-pre>{{ __($collection->title()) }}</td> </tr> @endforeach @if ($loop->last) </table> </div> @endif @endforeach @foreach (Statamic\Facades\Taxonomy::all() as $taxonomy) @if ($loop->first) <h3 class="little-heading rtl:pr-0 ltr:pl-0 mb-2">{{ __('Taxonomies') }}</h3> <div class="card p-0 mb-4"> <table class="data-table"> @endif @foreach ($taxonomy->termBlueprints() as $blueprint) <tr> <td> <div class="flex items-center"> <div class="w-4 h-4 rtl:ml-4 ltr:mr-4">@cp_svg('icons/light/tags')</div> <span class="little-dot {{ $blueprint->hidden() ? 'hollow' : 'bg-green-600' }} rtl:ml-2 ltr:mr-2" v-tooltip="'{{ __($blueprint->hidden() ? 'Hidden': 'Visible') }}'"></span> <a href="{{ cp_route('taxonomies.blueprints.edit', [$taxonomy, $blueprint]) }}" v-pre>{{ __($blueprint->title()) }}</a> </div> </td> <td class="rtl:text-left ltr:text-right text-2xs" v-pre>{{ __($taxonomy->title()) }}</td> </tr> @endforeach @if ($loop->last) </table> </div> @endif @endforeach @foreach (Statamic\Facades\Nav::all() as $nav) @if ($loop->first) <h3 class="little-heading rtl:pr-0 ltr:pl-0 mb-2">{{ __('Navigation') }}</h3> <div class="card p-0 mb-4"> <table class="data-table"> @endif <tr> <td> <div class="flex items-center"> <div class="w-4 h-4 rtl:ml-4 ltr:mr-4">@cp_svg('icons/light/hierarchy-files')</div> <a href="{{ cp_route('navigation.blueprint.edit', $nav->handle()) }}" v-pre>{{ __($nav->title()) }}</a> </div> </td> </tr> @if ($loop->last) </table> </div> @endif @endforeach @foreach (Statamic\Facades\GlobalSet::all() as $set) @if ($loop->first) <h3 class="little-heading rtl:pr-0 ltr:pl-0 mb-2">{{ __('Globals') }}</h3> <div class="card p-0 mb-4"> <table class="data-table"> @endif <tr> <td> <div class="flex items-center"> <div class="w-4 h-4 rtl:ml-4 ltr:mr-4">@cp_svg('icons/light/earth')</div> <a href="{{ cp_route('globals.blueprint.edit', $set->handle()) }}" v-pre>{{ __($set->title()) }}</a> </div> </td> </tr> @if ($loop->last) </table> </div> @endif @endforeach @foreach (Statamic\Facades\AssetContainer::all() as $container) @if ($loop->first) <h3 class="little-heading rtl:pr-0 ltr:pl-0 mb-2">{{ __('Asset Containers') }}</h3> <div class="card p-0 mb-4"> <table class="data-table"> @endif <tr> <td> <div class="flex items-center"> <div class="w-4 h-4 rtl:ml-4 ltr:mr-4">@cp_svg('icons/light/assets')</div> <a href="{{ cp_route('asset-containers.blueprint.edit', $container->handle()) }}" v-pre>{{ __($container->title()) }}</a> </div> </td> </tr> @if ($loop->last) </table> </div> @endif @endforeach @if (Statamic\Facades\User::current()->can('configure form fields')) @foreach (Statamic\Facades\Form::all() as $form) @if ($loop->first) <h3 class="little-heading rtl:pr-0 ltr:pl-0 mb-2">{{ __('Forms') }}</h3> <div class="card p-0 mb-2"> <table class="data-table"> @endif <tr> <td> <div class="flex items-center"> <div class="w-4 h-4 rtl:ml-4 ltr:mr-4">@cp_svg('icons/light/drawer-file')</div> <a href="{{ cp_route('forms.blueprint.edit', $form->handle()) }}" v-pre>{{ __($form->title()) }}</a> </div> </td> @if ($loop->last) </tr> </table> @endif </div> @endforeach @endif <h3 class="little-heading rtl:pr-0 ltr:pl-0 mb-2">{{ __('Users') }}</h3> <div class="card p-0 mb-4"> <table class="data-table"> <tr> <td> <div class="flex items-center"> <div class="w-4 h-4 rtl:ml-4 ltr:mr-4">@cp_svg('icons/light/users')</div> <a href="{{ cp_route('users.blueprint.edit') }}">{{ __('User') }}</a> </div> </td> </tr> <tr> <td> <div class="flex items-center"> <div class="w-4 h-4 rtl:ml-4 ltr:mr-4">@cp_svg('icons/light/user_groups')</div> <a href="{{ cp_route('user-groups.blueprint.edit') }}">{{ __('Group') }}</a> </div> </td> </tr> </table> </div> @foreach ($additional as $namespace) <h3 class="little-heading rtl:pr-0 ltr:pl-0 mb-2">{{ $namespace['title'] }}</h3> <div class="card p-0 mb-4"> <table class="data-table"> @foreach ($namespace['blueprints'] as $blueprint) <tr> <td> <div class="flex items-center"> <div class="w-4 h-4 rtl:ml-4 ltr:mr-4">@cp_svg('icons/light/blueprint')</div> <a href="{{ cp_route('blueprints.edit', [$blueprint['namespace'], $blueprint['handle']]) }}">{{ $blueprint['title'] }}</a> </div> </td> </tr> @endforeach </table> </div> @endforeach @include('statamic::partials.docs-callout', [ 'topic' => __('Blueprints'), 'url' => Statamic::docsUrl('blueprints') ]) @endsection
© 2026 UnknownSec