@extends('layouts.admin.base-dashboard') @section('title', 'Daftar Pelanggan') @section('content') @include('layouts.admin.include.message')

Daftar Pelanggan

@foreach ($customers as $customer) @endforeach
No Nama Alamat Email Nomor Handphone Tindakan
{{ $loop->iteration }} {{ $customer->name }} {{ $customer->email }} {{ $customer->phone }} Edit
@endsection