@extends('layouts.master') @section('title', 'Pnscrm') @section('page', 'Home') @section('sidebar') @parent @endsection @section('content')
@if($crm->projectid == NULL) @else @endif {{$crm->date}}

{{ucwords($crm->stages)}} {{ucwords($crm->odds)}}%
@csrf
@if ($errors->has('id')) {{ $errors->first('id') }} @endif @if ($errors->has('projectname')) {{ $errors->first('projectname') }} @endif
@if ($errors->has('customer')) {{ $errors->first('customer') }} @endif
@if ($errors->has('source')) {{ $errors->first('source') }} @endif
@if ($errors->has('owner')) {{ $errors->first('owner') }} @endif
@if ($errors->has('stage')) {{ $errors->first('stage') }} @endif
@if ($errors->has('projectname')) {{ $errors->first('deadline') }} @endif
@if ($errors->has('product')) {{ $errors->first('product') }} @endif
@csrf
@if ($errors->has('id')) {{ $errors->first('id') }} @endif
@php $count = 1; @endphp @foreach($history as $historys) @endforeach
No Memo Date
{{$count++}} {!!nl2br(e(ucwords($historys->memo)))!!} {{$historys->trackdate}}
{{$count++}}
{{session('today')}}

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($todolist as $todolists) @endforeach
    To-do To-do Date Close Date
    @if($todolists->todo=='y')
  • @else
  • @endif
  • {{$todolists->followup}} {{$todolists->closedate}}
@endsection @section('footer') @endsection