芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/kwesioben.com/paymoney/Modules/BlockIo/Resources/views/admin/network/edit.blade.php
@extends('admin.layouts.master') @section('title', __('Update Crypto Asset') ) @section('head_style')
@endsection @section('page_content')
{{ __('Update Crypto Asset') }}
@csrf
{{ __('Name') }}
{{ $errors->first('name') }}
{{ __('Coin/Network') }}
{{ $errors->first('network') }}
{{ __('Symbol') }}
{{ $errors->first('symbol') }}
{{ __('Logo') }}
{{ $errors->first('logo') }}
{{ allowedImageDimension(64,64) }}
@if (fileExistCheck($cryptoAssetSetting->currency?->logo, 'currency'))
@else
@endif
{{ __('API Key') }}
{{ $errors->first('api_key') }}
{{ __('*Network/Crypto Currency is generated according to api key.') }}
{{ __('*Updating API key will update corresponding crypto currency.') }}
{{ __('PIN') }}
{{ $errors->first('pin') }}
{{ __('Merchant Address') }}
{{ $errors->first('address') }}
{{ __('Create Addresses') }}
{{ __('*If On, ') }}
{{ __('wallet addresses will be created for all registered users.') }}
{{ __('Status') }}
status == 'Active' ? 'selected' : '' }}>{{ __('Active') }}
status == 'Inactive' ? 'selected' : '' }}>{{ __('Inactive') }}
{{ __('*Updating status will update corresponding crypto currency.') }}
{{ __('Cancel') }}
@if (Common::has_permission(auth('admin')->user()->id, 'edit_crypto_asset'))
{{ __('Update') }}
@endif
@endsection @push('extra_body_scripts') @include('common.read-file-on-change') @endpush