list of other orders @extends('admin.layout.index') @section('content') @include("admin.layout.nav",["title" => trans('language.dashboard')])

قائمه طلبات منح أخري

@foreach($items as $item) @endforeach
# رقم الحساب البنك اسم البنك ملخص المنحة ( 120 حرف فقط ) تفاصيل
{{$loop->iteration }} {{$item->bank_account}} {{$item->bank_name}} {{$item->application_summary}} id)}}" class="btn btn-primary">عرض
@endsection