@extends('layouts.app') @section('title', 'Pelanggan') @section('page-title', 'Pelanggan') @section('content')
| # | Nama | Telepon | |||
|---|---|---|---|---|---|
| {{ $customers->firstItem() + $i }} | {{ $customer->name }} | {{ $customer->phone }} | |||
| {{ request('q') ? 'Tidak ada pelanggan yang cocok.' : 'Belum ada data pelanggan.' }} | |||||