@extends('layouts.admin') @section('meta')
{{trans('home.ssn')}} : {{$client->ssn}}
@endif{{trans('home.training')}} : {!! $client->companyTraining?->map(function($training) use($lang) { return "" . $training->training->{'name_' . $lang} . ""; })->implode(' ') !!}
@if($client->source){{trans('home.come_from')}} :{{$client->source?->{'name_'.$lang} }}
@endif @if($client->company){{trans('home.company')}} : {{$client->company?$client->company->name: __('home.no_company') }}
@endif{{trans('home.responsible_employee')}} : {{$client->responsible_employee? $client->responsible_employee?->user?->name() :'-' }}
{{trans('home.phone')}} : {{$client->phone}}
@if($client->phone){{trans('home.phone')}}2 : {{$client->phone2}}
@endif{{trans('home.whatsapp')}} : {{$client->whatsapp}}
{{trans('home.status')}} : {{$client->status?->{'name_'.$lang} }}
| رقم العملية | {{trans('home.amount')}} | {{trans('home.details')}} |
|---|---|---|
| {{$item->invoice_code}} | {{$item->amount}} | {{trans('home.details')}} |
| - | - | - |
{{__('home.note').' : '.$message->meeting->note}}
{{$message->task->note}}
{{$message->message}}
0 @lang('home.messages')