@extends('layouts.master') @section('title', 'Pnscrm') @section('page', 'Home') @section('sidebar') @parent @endsection @section('content')
Logo

{{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)

Address

{{ucwords($officelists->Address)}}.

@else

Address

{{ucwords($officelists->Address)}}.

@endif @endforeach
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)}}

    {{$stagelists->odds}}%
  • @endforeach
Closed
  • Won

  • Lost

@foreach($productlist as $productlists) @endforeach
Product Name Description
{{ucwords($productlists->productname)}} {{ucwords($productlists->productdescription)}}
@foreach($employeelist as $employeelists) @if($employeelists->isdeleted=='n') @elseif($employeelists->isdeleted=='y') @endif @endforeach
Employee Name Email Job Title Office Status
{{ucwords($employeelists->firstname)}} {{ucwords($employeelists->lastname)}} {{ucwords($employeelists->email)}} {{ucwords($employeelists->jobtitle)}} {{ucwords($employeelists->office)}}
@foreach($sourcelist as $sourcelists) @endforeach
Source Name Description
{{ucwords($sourcelists->source)}} {{ucwords($sourcelists->note)}}
@endsection @section('footer') @endsection