@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->aqar_owner_name}} {{$item->aqar_owner_mobile}} {{$item->aqar_rent_amount}} {{$item->aqar_contract_expire}} {{$item->sadad_number}} @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)}}"> تفاصيل الطلب 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