@extends('layouts/contentNavbarLayout') @section('title', 'Customers - Customers List') @section('page-style') @endsection @section('content')
| # | Name | Phone | |
|---|---|---|---|
| {{ $loop->iteration }} |
{{ $customer->name }} |
{{ $customer->email }} | {{ $customer->phone ?? 'N/A' }} |