{{-- material icon cdn --}} {{-- sweet alert css --}} {{-- datatable cdn --}} {{-- owl carrousel --}} {{-- 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 --}} {{-- Referrals --}} {{-- Transactions --}} {{-- More --}} {{-- --}}
{{-- all script placements --}} {{-- owl carrousel --}} {{-- datatable --}} {{-- qrcode --}} {{-- main scripts --}} @yield('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 --}} {{-- livechat --}} {!! json_decode(site('livechat')) !!}