@extends("layouts.admin.app") @section("page-title") {{__("Technicians")}} @endSection @section("page-nav-title")
{{__("All Clients")}}
# | {{__("Profile Photo")}} | {{__("Name")}} | {{__("Phone Number")}} | {{__("Email")}} | {{__("Activation")}} | {{__("Created at")}} |
---|---|---|---|---|---|---|
{{$serial_number++}} | @if($client->getFirstMediaFile("profile_photo")) url}}" alt="" width="50px">@endif | {{$client->full_name}} | {{$client->client ? $client->client->phone_number : $client->institution->phone_number}} | {{$client->email}} |
|
{{$client->created_at->diffForHumans()}} |