@extends('admin.layout.app')
@section('style')
@endsection
@section('content')
| الاسم |
رقم الحساب |
رقم الايبان |
الصورة |
تعديل |
حذف |
@foreach($banks as $item)
|
{{$item->name_ar}}
|
{{$item->account}}
|
{{$item->iban}}
|
|
تعديل |
حذف |
@endforeach
@endsection
@section('script')
@endsection