@extends("layouts.admin.app") @section("page-title") {{__("Technicians")}} @endSection @section("page-nav-title")
{{__("All Clients")}}
{{__("ID")}} | {{__("Profile Photo")}} | {{__("First Name")}} | {{__("Last Name")}} | {{__("Phone Number")}} | {{__("Created at")}} | {{__("Activation")}} |
---|---|---|---|---|---|---|
{{$client->id}} | @if($client->getFirstMediaFile("profile_photo")) |
{{$client->first_name}} | {{$client->last_name}} | @if(!is_null($client->client)){{$client->client->phone_number}}@endif | {{$client->created_at->diffForHumans()}} |
|