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

البنوك

{{-- @include('admin.layout.message')--}}

البنوك

@foreach($rows as $row) @endforeach
# إسم البنك إسم الحساب رقم الحساب رقم الأيبان الصورة التحكم
{{$i}} {!!$row->bank_name !!} {!!$row->account_name !!} {{$row->account_number}} {{$row->iban}}
@stop