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

Leads

@foreach($leadlist as $leadlists) @endforeach
Title Customer Source Owner Created
{{ucwords($leadlists->projectname)}} {{ucwords($leadlists->organisationname)}} {{ucwords($leadlists->source)}} {{ucwords($leadlists->firstname)}} {{ucwords($leadlists->lastname)}} {{$leadlists->date}}
@endsection @section('footer') @endsection