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

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

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