@extends('admin.layout.master')
@section('title', "البنوك")
@section('content')
{{-- @include('admin.layout.message')--}}
# |
أسم البنك |
رقم الحساب |
رقم الايبان |
الدولة |
التحكم |
@foreach($rows as $row)
{{$i}} |
{{$row->bank_name}} |
{{$row->account_number}} |
{{$row->iban_number}} |
{{$row->country ? $row->country->name['ar'] : ""}} |
|
@endforeach
@stop