@extends('layouts.user') @section('title', 'Withdraw - StarHela') @section('page-title', $langTexts['Withdraw'] ?? 'Withdraw') @section('breadcrumb-current', 'Withdraw') @section('content')
Minimum withdrawal: {{ $cost->currency }} {{ $cost->withmin }}
Withdrawal fee: {{ $cost->withfees }}%
@endif