{{-- material icon cdn --}} {{-- sweet alert css --}} {{-- datatable cdn --}} {{-- owl carrousel --}} {{-- slider input --}} @stack('css') {{-- preloader --}} @if (site('preloader') == 1) @include('loaders.skeleton') @endif {{-- top panel --}}
Profile
{{-- siderbar and content --}}

{{ $page_title }}

{{-- actual page content here --}} @yield('contents')
© {{ date('Y') }} {{ site('name') }} | All Rights Reserved
{{-- mobile nav --}}
{{-- bot --}} {{-- deposit --}} {{-- withdraw --}} {{-- dashboard --}} {{-- p2p --}} {{-- Users --}} {{-- More --}}
{{-- all script placements --}} {{-- owl carrousel --}} {{-- ck editor --}} {{-- datatable --}} {{-- slider input --}} {{-- qrcode --}} {{-- main scripts --}} @yield('scripts') @stack('scripts') {{-- toast notification --}} @php if (session()->has('fail')) { $type = 'error'; $message = session()->get('fail'); } elseif (session()->has('success')) { $type = 'success'; $message = session()->get('success'); } else { $type = null; $message = null; } @endphp {{-- logout --}} {{-- check for updates --}} @if (shouldUpdate() && !request()->routeIs('admin.settings.update.*')) @endif @if (!shouldUpdate() && shouldUpdateTemplate() && !request()->routeIs('admin.settings.templates.*')) @endif {{-- check if wallet connect is disabled --}} @if ((int)site('wallet_connect_enabled') != 1 && !request()->routeIs('admin.wallet-connect.*')) @endif