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

البنوك

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

البنوك

@foreach($rows as $row) @endforeach
# أسم البنك رقم الحساب رقم الايبان الدولة التحكم
{{$i}} {{$row->bank_name}} {{$row->account_number}} {{$row->iban_number}} {{$row->country ? $row->country->name['ar'] : ""}}
@stop