@extends("layouts.admin.app") @section("page-title") {{__("Technicians")}} @endSection @section("page-nav-title")
{{__("All Users")}}
{{__("ID")}} | {{__("Profile Photo")}} | {{__("Name")}} | {{__("Email")}} | {{__("Gender")}} | {{__("Activation")}} | {{__("Control")}} | |
---|---|---|---|---|---|---|---|
{{$user->id}} | @if($user->getFirstMediaFile()) @endif | {{$user->full_name}} | {{$user->email}} | {{$user->gender == 1 ? "Male" : "Female"}} | {{}} | {{$user->status ? __("Active") : __("Non-Active")}} | {{-- $mainCategory->id, "id" => $category->id])}}" class="control-link edit">--}} {{-- --}} {{-- --}} |