@extends('admin.layout.table.index')
@section('page-title',trans('طلبات أخرى'))
@section('root' , "applications")
@section('nav')
- {{trans('language.home')}}
- {{trans('طلبات المستفيد')}}
@endsection
@section("buttons")
@endsection
@section('thead')
| # |
اسم العميل |
رقم الطلب |
نوع الطلب |
نوع الموظف |
حالة الطلب |
@endsection
@section('tbody')
@foreach($items as $item)
| {{$loop->iteration }} |
userOrderDataId())}}"> {{@$item->user->name}}
|
{{$item->id}} |
{{$item->getApplicationNameAttribute()}} |
{{$item->employeeTypeName()}} |
{{$item->ApplicationStatusName()}}
|
@endforeach
@endsection
@section("js")
@endsection