@extends('admin.layout.table.index') @section('page-title',trans('منح أخري')) @section('root' , "schoolGrades") @section('nav') @endsection @section("buttons") @if(Auth::user()->isEmployee() && Auth::user()->employee_type == "hasr") @endif @endsection @section('thead') @if(Auth::user()->isEmployee() && Auth::user()->employee_type == "hasr") @endif # اسم العميل رقم الحساب البنك اسم البنك @if(Auth::user()->employee_type == "hasr" || Auth::user()->employee_type == "money" || Auth::user()->employee_type == "finisher") مبلغ الاعتماد @if(Auth::user()->employee_type == "finisher" || Auth::user()->employee_type == "money") مبلغ الحصر @endif @endif حالة الطلب تفاصيل @endsection @section('tbody') @foreach($items as $item) @if(Auth::user()->isEmployee() && Auth::user()->employee_type == "hasr") @endif {{$loop->iteration }} userOrderDataId())}}"> {{@$item->user->name}} {{$item->bank_account}} {{$item->bank_name}} @if(Auth::user()->employee_type == "hasr" || Auth::user()->employee_type == "money" || Auth::user()->employee_type == "finisher") {{$item->manager_amount}} ريال @if(Auth::user()->employee_type == "finisher" || Auth::user()->employee_type == "money") {{$item->hasr_amount}} ريال @endif @endif {{$item->ApplicationStatusName()}}
{{$item->ApplicationIsNecessaryName()}} @include("admin.applications.updateApplicationStatus" , ['item' =>$item ]) id)}}" class="btn btn-success">تفاصيل الطلب id)}}"> تعديل الطلب @endforeach @endsection @section("filters") @if(Auth::user()->employee_type == \App\Models\User::MONEY_EMPLOYEE)
تصدير الطلبات الغير مستخرجة

@endif
@if(Auth::user()->employee_type == \App\Models\User::MONEY_EMPLOYEE)
قم بأختيار حاله التصدير للطلبات
{{trans('language.start_at')}}
{{trans('language.end_at')}}
@endif

@include('admin.applications.orderStatusFilterCode')
@stop @section("js") @endsection