@extends('layouts.admin')
@section('styles')
@endsection
@section('app')
| No |
Nama |
Kontak |
Tanggal |
Aksi |
@foreach ($customers as $customer)
| {{ $loop->iteration }} |
{{ $customer->name }} |
{{ $customer->contact_number ?? '-' }} |
{{ formatDateIndo($customer->created_at) }} |
|
@endforeach
@endsection
@section('afterScripts')
@endsection