@extends('admin.layout.app') @section('style') @endsection @section('content')

الحسابات البنكية

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