@extends('admin.layout.table.index')
@section('page-title',trans('منح الايجار'))
@section('root' , "schoolGrades")
@section('nav')
@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)