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