Customers
Title | Contact Number | Place | |
---|---|---|---|
{{ucwords($customerlists->organisationname)}} | {{ucwords($customerlists->contactphone)}} | {{ucwords($customerlists->contactemail)}} | {{ucwords($customerlists->city)}} |
@extends('layouts.master') @section('title', 'Pnscrm') @section('page', 'Home') @section('sidebar') @parent @endsection @section('content')
Title | Contact Number | Place | |
---|---|---|---|
{{ucwords($customerlists->organisationname)}} | {{ucwords($customerlists->contactphone)}} | {{ucwords($customerlists->contactemail)}} | {{ucwords($customerlists->city)}} |