@extends('admin.layout.master')
@section('title', "البنوك")
@section('content')
# |
إسم البنك |
إسم الحساب |
رقم الحساب |
رقم الايبان |
التحكم |
@foreach($rows as $row)
{{$i}} |
{{$row->bank_name}} |
{{$row->account_name}} |
{{$row->account_number}} |
{{$row->iban_number}} |
{{-- | --}}
|
@endforeach
@stop