@extends('layouts.app')
@section('content')
| Instansi / Pelanggan | Jenis Pelanggan | No. HP | Kontak / PIC | NPWP | Alamat | Aksi | |
|---|---|---|---|---|---|---|---|
| {{ $customer->name }} | @if($customer->member_type === 'studio') Instansi @else Umum @endif | {{ $customer->phone ?? '-' }} | {{ $customer->contact_person ?? '-' }} | {{ $customer->npwp ?? '-' }} | {{ $customer->email ?? '-' }} | {{ $customer->address ?? '-' }} | |
| Tidak ada data pelanggan | |||||||