Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.188.171.53
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
1 /
resources /
views /
vendor /
mail /
html /
Delete
Unzip
Name
Size
Permission
Date
Action
themes
[ DIR ]
drwxr-xr-x
2021-02-02 18:22
button.blade.php
497
B
-rw-r--r--
2021-02-02 18:22
footer.blade.php
236
B
-rw-r--r--
2021-02-02 18:22
header.blade.php
242
B
-rw-r--r--
2021-02-02 18:22
layout.blade.php
1.17
KB
-rw-r--r--
2021-02-02 18:22
message.blade.php
495
B
-rw-r--r--
2021-02-02 18:22
panel.blade.php
309
B
-rw-r--r--
2021-02-02 18:22
subcopy.blade.php
165
B
-rw-r--r--
2021-02-02 18:22
table.blade.php
72
B
-rw-r--r--
2021-02-02 18:22
Save
Rename
@component('mail::layout') {{-- Header --}} @slot('header') @component('mail::header', ['url' => config('app.url')]) {{ config('app.name') }} @endcomponent @endslot {{-- Body --}} {{ $slot }} {{-- Subcopy --}} @isset($subcopy) @slot('subcopy') @component('mail::subcopy') {{ $subcopy }} @endcomponent @endslot @endisset {{-- Footer --}} @slot('footer') @component('mail::footer') © {{ date('Y') }} {{ config('app.name') }}. @lang('All rights reserved.') @endcomponent @endslot @endcomponent