@extends('layouts.main') @section('customcss') @endsection @section('pagecontent')

@lang('sistema.client.edit_account')

@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{ csrf_field() }} {{ method_field('PUT') }}

@lang('sistema.client.account_information')

@if($account->account_type == 'business')

@lang('sistema.client.entity_detail')

@endif @if(count($account->clients) > 0) @php $i = 1; @endphp @foreach($account->clients as $client)

@lang('sistema.client.account_holder_information') @if(count($account->clients) > 1 ) {{ "(".$i.")" }} @endif

@if($account->account_type != 'business')
@endif
@if($account->account_type != 'business')
@endif
@if($account->account_type != 'business')
@endif
@php $i++; @endphp @endforeach @endif

@lang('sistema.client.beneficiaries')

@if(count($account_beneficiaries) <= 0 )
@else @php $i=0; @endphp @foreach($account_beneficiaries as $value) @if($i == 0)
@else
@endif @php $i++ @endphp @endforeach @endif

@lang('sistema.client.credit_capability')

@lang('sistema.client.funding')

@if($account->credit_line_facility == 'Yes')

@lang('sistema.client.reference1')

@lang('sistema.client.reference2')

@lang('sistema.client.reference3')

@endif

@lang('sistema.client.administrative_details')

@lang('sistema.client.due_diligence')

@lang('sistema.btn_back')
@endsection @section('customjs') @if (session('type')=='error') @endif @endsection