
{{ucwords($companyinfo->name)}}
{{ucwords($companyinfo->description)}}
Projects
{{$totalprojects}}
Employees
{{$totalemp}}
Company Name : {{ucwords($companyinfo->name)}} |
Email : {{$companyinfo->email}} |
Phone : {{$companyinfo->phone}} |
Website : {{$companyinfo->website}} |
Address : {{ucwords($companyinfo->address)}} |
City : {{ucwords($companyinfo->city)}} |
Offices
@php
$tabcont=1;
@endphp
@foreach($officelist as $officelists)
@php
$tabcont=$tabcont++;
@endphp
@if($officelists->id==Auth::user()->offices_id)
@else
@endif
@endforeach
Address
{{ucwords($officelists->Address)}}.
Address
{{ucwords($officelists->Address)}}.
Stages
Lead
A lead represents any person or organization that a company might have the potential to do business
Opportunities
Edit-
@foreach($stagelist as $stagelists)
-
{{ucwords($stagelists->stages)}}
@endforeach
Closed
-
Won
-
Lost
Product Name | Description |
---|---|
{{ucwords($productlists->productname)}} | {{ucwords($productlists->productdescription)}} |
Employee Name | Job Title | Office | Status | ||
---|---|---|---|---|---|
{{ucwords($employeelists->firstname)}} {{ucwords($employeelists->lastname)}} | {{ucwords($employeelists->email)}} | {{ucwords($employeelists->jobtitle)}} | {{ucwords($employeelists->office)}} | @if($employeelists->isdeleted=='n')@elseif($employeelists->isdeleted=='y') | @endif |
Source Name | Description |
---|---|
{{ucwords($sourcelists->source)}} | {{ucwords($sourcelists->note)}} |