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

الينوك

الينوك

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