@extends('admin.master') @section('pageContent')
@method(@$Method) @csrf

{{__("admin.user.users.Upload users")}}

...
@if ($errors->has('file')) {{ $errors->first('file') }} @endif

{{__("admin.user.Note here are some notes while you prepare your excel file and you will find sample for it also")}}

{{__("admin.user.Roles type")}}

@foreach($roles as $item) @endforeach
# {{__("admin.user.Role id")}} {{__("admin.user.Role name")}}
deleted_at) style="text-decoration:line-through" @endif> {{$item->id}} deleted_at) style="text-decoration:line-through" @endif> {{$item->name}}

{{__("admin.user.Gender type")}}

@foreach($genders->children as $item) @endforeach
{{__("admin.user.Gender name")}}
deleted_at) style="text-decoration:line-through" @endif> {{$item->lookup_name_en}}

{{__("admin.user.Location type")}}

@foreach($locations->children as $item) @endforeach
{{__("admin.user.Location name")}}
deleted_at) style="text-decoration:line-through" @endif> {{$item->lookup_name_en}}

{{__("admin.user.Process type")}}

@foreach($processes->children as $item) @endforeach
{{__("admin.user.Process name")}}
deleted_at) style="text-decoration:line-through" @endif> {{$item->lookup_name_en}}

{{__("admin.user.Shift managers")}}

@foreach($shiftManagers as $item) @endforeach
# {{__("admin.user.id")}} {{__("admin.user.name")}}
deleted_at) style="text-decoration:line-through" @endif> {{$item->user_id}} deleted_at) style="text-decoration:line-through" @endif> {{$item->name_ar}}

{{__("admin.user.Direct managers")}}

@foreach($directManagers as $item) @endforeach
# {{__("admin.user.id")}} {{__("admin.user.name")}}
deleted_at) style="text-decoration:line-through" @endif> {{$item->user_id}} deleted_at) style="text-decoration:line-through" @endif> {{$item->name_ar}}
@stop @section('pageJsCode') @stop