@extends ('../welcome') @section('content') {{-- Main Card --}}
| Name : | {{ $client->name ?? '-' }} |
|---|---|
| Lead : | Lead History |
| Email : | {{ $client->email ?? '-' }} |
| Job Title : | {{ $client->job_title ?? '-' }} |
| Came From : | {{ $client->came_from ?? '-' }} |
| Campaign : | {{ $client->campaign->name }} |
| Source : | {{ $client->source->name }} |
| Status : | {{ $client->status ?? '-' }} |
| Civil ID Date : | {{ $client->civil_date ?? '-' }} |
| Civil ID City : | {{ $client->civil_city ?? '-' }} |
| Civil ID Number : | {{ $client->civil_number ?? '-' }} |
| Civil ID Address : | {{ $client->civil_address ?? '-' }} |
| Nationality : | {{ $client->nationality ?? '-' }} |
| Assigned To : | {{ $client->user ? $client->user->name : '-' }} |
| {{ $phone->country->phonecode }} {{ $phone->phone }} | @if (auth()->user()->type == 'admin' || auth()->user()->role->hasPermission('clients-edit-phoneNumber')) @endif @if (count($client->phone_numbers) > 1) @if (auth()->user()->type == 'admin' || auth()->user()->role->hasPermission('clients-delete-phoneNumber')) @endif @endif |
| {{ $file->file }}-{{ $file->created_at }} |
| Comment: | {{ $stream->comment ?? '' }} |
|---|---|
| Creator: | {{ $stream->creator?->name ?? '' }} |
| created_at : | {{ $stream->created_at ?? '' }} |