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

Closed

@foreach($closedlist as $closedlists) @endforeach
Id Title Customer Closed Status Owner Amount
{{ucwords($closedlists->projectid)}} {{ucwords($closedlists->projectname)}} {{ucwords($closedlists->organisationname)}} {{ucwords($closedlists->firstname)}} {{ucwords($closedlists->lastname)}} {{ucwords($closedlists->tcv)}}
@endsection @section('footer') @endsection