@extends('templates.desktop.app')
@section('content')
@include('dashboard.partials.balance')
@include('dashboard.partials.order-running')
@include('dashboard.partials.order-new')
@include('dashboard.components.modal-withdraw')
@endsection
@push('scripts')
@endpush