@extends($activeTemplate . 'layouts.master') @section('content')
@lang('Withdraw Via') {{ $withdraw->method->name }}
@csrf
@php echo $withdraw->method->description; @endphp
@if (auth()->user()->ts)
@endif
@endsection @push('style') @endpush