Company Profile @include('layouts.crmnov')

Company logo

@if(isset($data['logo']) && $data['logo']!=='' && file_exists(public_path('crm/company/'.$data['logo']))) @else @endif

Owner pic

@if(isset($data['profile_pic']) && $data['profile_pic']!=='' && file_exists(public_path('crm/company/'.$data['profile_pic']))) @else @endif

Company name

{{$data['company']}}


Owner Name

{{$data->usernameemail($data['id'])['name']}}


Role

Admin


Email

{{$data->usernameemail($data['id'])['email']}}


Phone Number

@if(isset($data['phone'])) {{$data['phone']}} @endif


Start Date

@if(isset($data['start_date'])) {{date(config('choicescrm.date_format_forms'), strtotime($data['start_date']))}} @endif


Package

@if(isset($data['package'])) {{$data['package']}} @endif


Address

@if(isset($data['address'])) {{$data['address']}} @endif


city

@if(isset($data['city'])) {{$data['city']}} @endif


state

@if(isset($data['state'])) {{$data['state']}} @endif


country

@if(isset($data['country'])) {{$data['country']}} @endif


postcode

@if(isset($data['postcode'])) {{$data['postcode']}} @endif


Email Username

@if(isset($data['email_username'])) {{$data['email_username']}} @endif


Email Incoming Server

@if(isset($data['email_incoming_server'])) {{$data['email_incoming_server']}} @endif


Recruitment Email

@if(isset($data['recruitment_email'])) {{$data['recruitment_email']}} @endif


Theme

@if(isset($data['theme'])) {{$data['theme']}} @endif