PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
vendor
/
botble
/
platform
/
media
/
resources
/
views
@if (request()->input('media-action') === 'select-files') <html> <head> <meta name="csrf-token" content="{{ csrf_token() }}"> {!! Assets::renderHeader(['core']) !!} {!! RvMedia::renderHeader() !!} </head> <body> {!! RvMedia::renderContent() !!} @include('core/base::elements.common') {!! Assets::renderFooter() !!} {!! RvMedia::renderFooter() !!} </body> </html> @else {!! RvMedia::renderHeader() !!} {!! RvMedia::renderContent() !!} {!! RvMedia::renderFooter() !!} @endif
[-] header.blade.php
[edit]
[+]
..
[-] index.blade.php
[edit]
[-] content.blade.php
[edit]
[-] footer.blade.php
[edit]
[-] config.blade.php
[edit]
[+]
partials
[-] popup.blade.php
[edit]