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

Customers

@foreach($customerlist as $customerlists) @endforeach
Title Contact Number Email Place
{{ucwords($customerlists->organisationname)}} {{ucwords($customerlists->contactphone)}} {{ucwords($customerlists->contactemail)}} {{ucwords($customerlists->city)}}
@endsection @section('footer') @endsection