@extends('layouts.main')
@section('title', 'Profil User - Rei Cosrent')
@section('styles')
@endsection
@section('content')
Kelola informasi akun Anda
Bergabung:
Terakhir Diperbarui:Profil Pengguna
@foreach ($errors->all() as $error)
Preview Profil
{{ $user->created_at->format('d M Y') }}
{{ $user->updated_at->format('d M Y H:i') }}
Username
:
{{ $user->username }}
Nama
:
{{ $user->nick_name ?: '-' }}
Email
:
{{ $user->email }}
Alamat
:
{{ $user->alamat ?: '-' }}
Nomor Telepon
:
{{ $user->nomor_telepon ?: '-' }}
Jenis Kelamin
:
{{ $user->jenis_kelamin ?: '-' }}
Edit Profil