@extends('admin.layout.forms.add.index') @section('action' , "annuals-orders") @section('nav') عودة

@endsection @section('root' , "annuals-orders") @section('page-title',trans('language.annuals-orders')) @section('form-groups')

@includeIf('admin.components.form.edit.text', ['icon' => 'fa fa-user','label' => trans('language.name'),'name'=>'name', 'placeholder'=>trans('language.name' ),'valid'=>trans('language.vaildation')])
@includeIf('admin.components.form.edit.text', ['icon' => 'fa fa-user','label' => trans('اسم صاحب الحساب البنكي'),'name'=>'bank_account_name', 'placeholder'=>trans('اسم صاحب الحساب البنكي' ),'valid'=>trans('language.vaildation')])
@includeIf('admin.components.form.edit.text', ['icon' => 'fa fa-user','label' => trans('رقم الجوال 2'),'name'=>'mobile2', 'placeholder'=>trans('رقم الجوال 2' ),'valid'=>trans('language.vaildation')])
@includeIf('admin.components.form.edit.file', ['required' => 'required' ,'icon' => 'fa fa-check','label' => trans('صورة الهوية'),'name'=>'id_number_image', 'max'=>'5' , 'class' => "col-md-6 id_number_image uploadFiles"]) @includeIf('admin.components.form.edit.file', ['required' => 'required', 'icon' => 'fa fa-check','label' => trans('رقم الايبان'),'name'=>'iban_number_image', 'max'=>'5' , 'class' => "col-md-6"])
@if(!Auth::user()->isClient()) @include("admin.applications.showApplicationEmployeesNotes" , ['item' =>$item ]) @endif
@if($item->finish_payment_file) تم أغلاق الطلب بنجاح @else @if(Auth::user()->employee_type == "annual") id)}}" class="btn btn-success"> اعتماد @endif @if($item->status == 2 && Auth::user()->employee_type == "social") id/updateSocialStatus")}}" data-toggle="modal" data-id="{{$item->id}}" data-target=".updateSocialApplicationStatusModal" title="{{trans('اعتماد')}}"> اعتماد @endif @if($item->status == 2 && Auth::user()->employee_type == "manager") id/confirmStatus")}}" data-toggle="modal" data-id="{{$item->id}}" data-target=".confirmApplicationStatusModal" title="{{trans('أعتماد الطلب')}}">أعتماد @endif @if($item->status == 2 && Auth::user()->employee_type == "hasr") id/confirmMoneyAmount")}}" data-toggle="modal" data-id="{{$item->id}}" data-amount="{{$item->manager_amount}}" data-target=".confirmApplicationMoneyAmountModal" title="{{trans('أعتماد مبلغ التيرع')}}">أعتماد @endif @if($item->status == 2 && Auth::user()->employee_type == "money") id/confirmCashAmount")}}" data-toggle="modal" data-id="{{$item->id}}" data-amount="{{$item->hasr_amount}}" data-target=".confirmApplicationCashModal" title="{{trans('أعتماد')}}">أعتماد الصرف @endif @if($item->status == 2 && Auth::user()->employee_type == "finisher") id/finishApplication")}}" data-toggle="modal" data-id="{{$item->id}}" data-amount="{{$item->hasr_amount}}" data-target=".confirmApplicationFinishModal" title="{{trans('أعتماد')}}">اغلاق الطلب @endif @endif


@endsection @section("js") @endsection