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