@extends('seller.layout') @section('title') {{ __('translate.Seller || New Withdraw') }} @endsection @section('front-content')

{{ __('translate.New Withdraw') }}

  • {{ __('translate.My Withdraw') }}
  • {{ __('translate.New Withdraw') }}
@csrf

{{ __('translate.Withdraw Information') }}

@foreach ($methods as $method)
@endforeach
{{ __('translate.Cancel') }}
@endsection @push('js_section') @endpush