@if (session()->has('message'))
{{ session('message') }}
@endif
{{ __('processing') }}
@foreach ($organizations as $organization) @endforeach
{{ __('id') }} {{ __('name') }} {{ __('full') }} {{ __('name') }} {{ __('logo') }} {{ __('address') }} {{ __('postcode') }} {{ __('city') }} {{ __('country') }} {{ __('bankname') }} {{ __('iban') }} {{ __('swift') }} {{ __('correspondentbank') }} {{ __('accountnumber') }} {{ __('action') }}
{{ $organization->id }} {{ $organization->name }} {{ $organization->full_name }}
@if($organization->logo) @endif
{{ $organization->address }} {{ $organization->post_code }} {{ $organization->city }} {{ $organization->country }} {{ $organization->bank->name }} {{ $organization->bank->iban }} {{ $organization->bank->swift }} {{ $organization->bank->correspondent_bank }} {{ $organization->bank->account_number }}
{{ $organizations->onEachSide(2)->links('custom-pagination-links-view') }}