@extends('admin.layouts.app') @section('title') {{ trans($page_title) }} @endsection @section('content')
@if ($errors->any())
@endif
@csrf @method('put')
@if ($errors->has('name')) {{ trans($errors->first('name')) }} @endif
@if ($errors->has('currency')) {{ trans($errors->first('currency')) }} @endif
1 {{ $basic->currency ? : 'USD' }} =
@if ($errors->has('convention_rate')) {{ trans($errors->first('currency_symbol')) }} @endif
{{ $basic->currency ?? trans('USD') }}
@if ($errors->has('minimum_deposit_amount')) {{ trans($errors->first('minimum_deposit_amount')) }} @endif
{{ $basic->currency ?? trans('USD') }}
@if ($errors->has('maximum_deposit_amount')) {{ trans($errors->first('maximum_deposit_amount')) }} @endif
{{trans('%')}}
@if ($errors->has('percentage_charge')) {{ trans($errors->first('percentage_charge')) }} @endif
{{ $basic->currency ?? trans('USD') }}
@if ($errors->has('fixed_charge')) {{ trans($errors->first('fixed_charge')) }} @endif
preview image
@error('image') {{ trans($message) }} @enderror
@error('note') {{ trans($message) }} @enderror
status == 0)? 'checked' : ''}}>
@if($method->parameters) @foreach ($method->parameters as $k => $v)
@endforeach @endif
@endsection @push('style-lib') @endpush @push('js-lib') @endpush @push('js') @endpush