@extends('layouts.app') @section('title') {{ __('Tạo lệnh rút tiền') }} @endsection @section('withdraw') active @endsection @section('section.header')

{{ __('withdraw') }}


@endsection @section('section.content')
@if (Session::has('success'))
{{ Session::get('success') }}
@endif @if (Session::has('error'))
{{ Session::get('error') }}
@endif
Loading...
Đang tạo lệnh rút tiền, vui lòng chờ...
@if (auth()->user()->view_template_withdraw_account)

{{ __('list_template_withdraw_account') }}

@if ($lists->count())
    @foreach ($lists as $list)
    @csrf @method('DELETE')

    @endforeach
@else

{{ __('Chưa có tài khoản nào được thêm.') }}

@endif
@endif
@endsection @section('scripts') @endsection @section('styles') @endsection