@extends('layouts.app') @section('content')
| Company Name | Customer Name | Location | Connected Year | Short Name | Project Count |
|---|---|---|---|---|---|
| {{ $customer->company_name }} | {{ $customer->customer_name }} | {{ $customer->location }} | {{ $customer->connected_year }} | {{ $customer->short_name }} | {{ $customer->project_count }} |