@extends('layouts.main') @section('customcss') @endsection @section('pagecontent') @php $instruments_arr = isset($instruments) ? $instruments : []; @endphp

@lang('sistema.alta_de_cuentas.edit_page')

@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{ csrf_field() }} {{ method_field('PUT') }}
@if($userOtherAccount->destination_type == 'same')
@elseif($userOtherAccount->destination_type == 'international')

@lang('sistema.alta_de_cuentas.addresse_label')

@lang('sistema.alta_de_cuentas.dest_account_label')

@if($userOtherAccount->intermediary_banking == 1)
@endif
@endif
@lang('sistema.btn_back')
@endsection @section('customjs') @if (session('type')=='error') @endif @endsection