@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)}} |
Title |
Stage |
Source |
Owner |
Created |
@foreach($leadlist as $leadlists)
{{ucwords($leadlists->projectname)}} |
|
{{ucwords($leadlists->source)}} |
{{ucwords($leadlists->firstname)}} {{ucwords($leadlists->lastname)}} |
{{$leadlists->date}} |
@endforeach
@endsection
@section('footer')
@endsection
@section('footer')
@endsection