@extends('web.layouts.container') @section('content') {{__('main.home_page')}} {{$title}} {{$title}} @if(count($bankAccounts)) @foreach($bankAccounts as $bankAccount) {{$bankAccount->name}} رقم الحساب {{$bankAccount->account_number}} رقم الآيبان {{$bankAccount->iban}} @endforeach @endif @endsection @section('inner_js') @endsection
{{$bankAccount->account_number}}
{{$bankAccount->iban}}