# | Client id | Name | Gender | Phone | Country | City | Sign up Date | Actions | Active projects | |
---|---|---|---|---|---|---|---|---|---|---|
{{$row_number + $clients->from_number}} | {{$client->id}} | {{$client->user->first_name}} {{$client->user->last_name}} | {{$client->user->gender}} | {{$client->user->email}} | {{$client->user->contact_number}} | {{ $client->user->country ? $client->user->country->name : ''}} | {{$client->user->city}} | {{ArabicTime::generateDateAtUtc($client->created_at)}} |
{{ Form::open(['url' => 'admin/administrators/' . $client->user->id, 'method' => 'PUT']) }}
{{ Form::close() }}
{{ Form::open(['url' => "admin/clients/delete/".$client->user->id, 'method' => 'delete','class'=>'delete-from']) }}
{{ Form::close() }}
|
{{ $client->projects->where('status_id', 2)->implode('id', ', ') }} |
No result found. |