@extends('AdminPanel.layouts.master') @section('content')
| {{__('common.name')}} | {{__('common.data')}} | {{__('common.contacts')}} | {{__('common.refferal')}} | {{__('common.lastContactDetails')}} | {{__('common.actions')}} |
|---|---|---|---|---|---|
| {{$client->Name}} |
{{__('common.job')}}:
{{$client->Job ?? '-'}}
{{__('common.company')}}: {{$client->Company ?? '-'}} {{__('common.class')}}: {{$client->class ?? '-'}} |
@if($client->phone != '') {{__('common.phone')}}: {{$client->phone ?? '-'}} @endif @if($client->cellphone != '') {{__('common.mobile')}}: {{$client->cellphone ?? '-'}} @endif @if($client->whatsapp != '') {{__('common.whatsapp')}}: {{$client->whatsapp ?? '-'}} @endif | {{refferalList(session()->get('Lang'))[$client->referral] ?? '-'}} | @if($client->lastFollowUp() != '') {{$client->lastFollowUp()->contactingDateTime}} @else - @endif | {{-- {{__('common.CreateNewFollowUp')}} --}} استعراض الفرص |