@extends('backend.partials.master') @section('title') {{ __('merchant.payment_accounts') }} {{ __('levels.edit') }} @endsection @section('maincontent')

{{ __('merchant.edit_account') }}

@csrf @method('PUT')
@error('payment_method') {{ $message }} @enderror
{{-- bank --}}
has('holder_name') || $errors->has('branch_name') || $errors->has('bank_name') || $errors->has('account_no') || $errors->has('routing_no') ) @else @if($editaccount->payment_method == 'bank' ) @else style="display:none" @endif @endif > * @error('holder_name') {{ $message }} @enderror
has('holder_name') || $errors->has('branch_name') || $errors->has('bank_name') || $errors->has('account_no') || $errors->has('routing_no') ) @else @if($editaccount->payment_method == 'bank' ) @else style="display:none" @endif @endif > * @error('branch_name') {{ $message }} @enderror
has('mobile_no') || $errors->has('mobile_holder_name')) @else @if($editaccount->payment_method == 'mobile' ) @else style="display:none" @endif @endif> * @error('mobile_holder_name') {{ $message }} @enderror
has('mobile_no') || $errors->has('mobile_holder_name') ) @else @if($editaccount->payment_method == 'mobile' ) @else style="display:none" @endif @endif> * @error('mobile_no') {{ $message }} @enderror
{{-- bank --}}
has('bank_name') || $errors->has('account_no') || $errors->has('routing_no') ) @else @if($editaccount->payment_method == 'bank' ) @else style="display:none" @endif @endif >
* @error('bank_name') {{ $message }} @enderror
* @error('account_no') {{ $message }} @enderror
* @error('routing_no') {{ $message }} @enderror
{{-- mobile --}}
has('mobile_no') || $errors->has('mobile_holder_name')) @else @if($editaccount->payment_method == 'mobile' ) @else style="display:none" @endif @endif >
* @error('mobile_company') {{ $message }} @enderror
* @error('account_type') {{ $message }} @enderror
any()) @else @if($editaccount->payment_method) @else style="display:none" @endif @endif>
{{ __('levels.cancel') }}
@endsection() @push('scripts') @endpush