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

{{ucwords($crm->organisationname)}}

Customer Name : {{ucwords($crm->organisationname)}}
Contact Name : {{ucwords($crm->contactfirstname)}} {{ucwords($crm->contactlastname)}}
Phone : {{ucwords($crm->contactphone)}}
Website : {{ucwords($crm->website)}}
City : {{ucwords($crm->city)}}
Country : {{ucwords($crm->countryregion)}}
Business Unit : {{ucwords($crm->busunit)}}
Contact Function : {{ucwords($crm->contactfunction)}}
Email Id: {{ucwords($crm->contactemail)}}
Address: {{ucwords($crm->address)}}
State: {{ucwords($crm->stateorprovince)}}
Pin Code: {{ucwords($crm->pin)}}
@foreach($leadlist as $leadlists) @endforeach
Title Stage Source Owner Created
{{ucwords($leadlists->projectname)}} {{ucwords($leadlists->source)}} {{ucwords($leadlists->firstname)}} {{ucwords($leadlists->lastname)}} {{$leadlists->date}}
@endsection @section('footer') @endsection @section('footer') @endsection