@extends('layouts.app')
@section('content')
| Nama | Jenis Member | No. HP | Alamat | Aksi | |
|---|---|---|---|---|---|
| {{ $customer->name }} | @if($customer->member_type === 'studio') Studio/Percetakan @else Umum @endif | {{ $customer->phone ?? '-' }} | {{ $customer->email ?? '-' }} | {{ $customer->address ?? '-' }} | |
| Tidak ada data pelanggan | |||||