@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->electricity_account_number}} {{@$item->electricity_invoice_amount}} {{$item->is_electricity_disconnected == 0 ? "لا" : "نعم" }} {{$item->electricity_disconnected_date}} {{$item->electricity_invoice_collect_amount}} {{$item->electricity_invoice_missing_amount}} {{$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)}}" 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