@extends("layouts.admin.app") @section("page-title") {{__("Technicians")}} @endSection @section("page-nav-title")
{{__("All Clients")}}
{{__("ID")}} | {{__("Profile Photo")}} | {{__("Name")}} | {{__("Email")}} | {{__("Phone number")}} | {{__("Control")}} |
---|---|---|---|---|---|
{{$client->id}} | @if($client->getFirstMediaFile("profile_photo")) |
{{$client->full_name}} | {{$client->email}} | {{$client->client->phone_number}} |
|