@extends('layouts.user') @section('title', 'Withdraw - StarHela') @section('page-title', $langTexts['Withdraw'] ?? 'Withdraw') @section('breadcrumb-current', 'Withdraw') @section('content')
{{ $langTexts['Withdraw'] ?? 'Withdraw' }}
@if($cost)

Minimum withdrawal: {{ $cost->currency }} {{ $cost->withmin }}

Withdrawal fee: {{ $cost->withfees }}%

@endif
@csrf
@endsection