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

Opportunities

@foreach($opportunitieslist as $opportunitieslists) @endforeach
Id Title Customer Opportunity Status Owner Created Date
{{ucwords($opportunitieslists->projectid)}} {{ucwords($opportunitieslists->projectname)}} {{ucwords($opportunitieslists->organisationname)}}
{{ucwords($opportunitieslists->stages)}} {{ucwords($opportunitieslists->odds)}}%
{{ucwords($opportunitieslists->firstname)}} {{ucwords($opportunitieslists->lastname)}} {{ucwords($opportunitieslists->date)}}
@endsection @section('footer') @endsection