@extends("layouts.admin.app") @section("page-title") {{__("Technicians")}} @endSection @section("page-nav-title")
{{__("All Technicians")}}
{{__("ID")}} | {{__("Profile Photo")}} | {{__("Name")}} | {{__("Username")}} | {{__("Email")}} | {{__('First Password')}} | {{__("Activation")}} | {{__("Control")}} |
---|---|---|---|---|---|---|---|
{{$technician->user->id}} | @if($technician->user->getFirstMediaFile("profile_photo")) |
{{$technician->user->full_name}} | {{$technician->username}} | {{$technician->user->email}} | {{$technician->first_password}} | {{$technician->user->status ? __("Active") : __("Non-Active")}} | $technician->user->id, "leader_id" => $leader->id])}}" class="control-link edit"> |