芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/bit-alphas-ltd.com/user/project/resources/views/admin/withdrawmethod/edit.blade.php
@extends('layouts.admin') @section('content')
{{ __('Edit WithDraw Method') }}
{{ __('Back') }}
{{ __('Dashboard') }}
{{ __('Manage Customers') }}
{{ __('Add New WithDraw Method Form') }}
@include('includes.admin.form-both') {{ csrf_field() }}
{{ __('WithDraw Method Name') }}
{{ __('Currency') }}
{{__('Select Currency')}}
@foreach ($currencies as $key=>$currency)
id == $data->currency_id ? 'selected' : ''}}>{{ $currency->name }}
@endforeach
{{ __('Minimum Amount') }}
{{ __('Maximum Amount') }}
{{ __('Set Picture') }}
{{ __('Upload Picture') }}
{{ __('Withdraw Fixed Fee') }}
({{__('Leave 0 if you don\'t want to add')}})
{{ __('Withdraw Percentage Charge') }}
({{__('Leave 0 if you don\'t want to add')}})
{{ __('Status') }}
{{__('Select Status')}}
status == 1 ? 'selected' : '' }}>{{__('Activated')}}
status == 0 ? 'selected' : '' }}>{{__('Deactivated')}}
{{ __('Submit') }}
@endsection