@yield('header')
@if(Auth::user()->role == 0) @endif
CC
@if(Auth::user()->role == 0) @endif
@if(Auth::user()->role == 0) @endif
@yield('content')
Send Crypto
@include('partials.send')
Sell Your Crypto
@include('partials.sell')
Receive Crypto
@include('partials.receive')
@yield('scripts')