Customers
| No# | Name | Company Name | Phone | Address | |
|---|---|---|---|---|---|
| {{ ++$key }} | {{ $customer->name }} | {{ $customer->company_name }} | {{ $customer->email }} | {{ $customer->phone }} | {{ $customer->address }} |
@extends('layouts.master') @section('content')
| No# | Name | Company Name | Phone | Address | |
|---|---|---|---|---|---|
| {{ ++$key }} | {{ $customer->name }} | {{ $customer->company_name }} | {{ $customer->email }} | {{ $customer->phone }} | {{ $customer->address }} |