@extends('web.layouts.container') @section('content')
@if(count($bankAccounts)) @foreach($bankAccounts as $bankAccount)
{{$bankAccount->name}}
رقم الحساب

{{$bankAccount->account_number}}

رقم الآيبان

{{$bankAccount->iban}}

@endforeach @endif
@endsection @section('inner_js') @endsection