@extends('layouts.main') @push('styles') @endpush @section('content')
| Username: | {{ $customer->username }} |
| Email: | {{ $customer->email }} |
| Phone: | {{ $customer->phone }} |
| Bergabung: | {{ $customer->created_at->format('d M Y') }} |
{{ $customer->address }}
@if($customer->lat && $customer->lon)
Lat: {{ $customer->lat }}
Lon: {{ $customer->lon }}