Data Konsumen
Nama | Tipe | Created At | |
---|---|---|---|
{{ Str::title($customer->nama) }} | {{ Str::title($customer->email) }} | {{ Str::upper($customer->tipe) }} | {{ $customer->created_at }} |
@extends('admin.layouts.master') @section('content')
Nama | Tipe | Created At | |
---|---|---|---|
{{ Str::title($customer->nama) }} | {{ Str::title($customer->email) }} | {{ Str::upper($customer->tipe) }} | {{ $customer->created_at }} |