@extends('admin.layout.master') @section('title', "البنوك") @section('content')

البنوك

البنوك

@foreach($rows as $row) @endforeach
# اسم البنك اسم الحساب رقم الحساب رقم الايبان التحكم
{{$i}} {{$row->bank_name}} {{$row->account_name}} {{$row->account_number}} {{$row->iban_number}}
@stop