@extends('layouts.master')
@section('title', 'Pnscrm')
@section('page', 'Home')
@section('sidebar')
@parent
@endsection
@section('content')
Closed
Id |
Title |
Customer |
Closed Status |
Owner |
Amount |
@foreach($closedlist as $closedlists)
{{ucwords($closedlists->projectid)}} |
{{ucwords($closedlists->projectname)}} |
{{ucwords($closedlists->organisationname)}} |
|
{{ucwords($closedlists->firstname)}} {{ucwords($closedlists->lastname)}} |
{{ucwords($closedlists->tcv)}} |
@endforeach
@endsection
@section('footer')
@endsection