@extends('layouts/base_view') @section('title') {!! $variables['header_routes'] !!} @endsection @section('content') {!! $variables['judul'] !!} @csrf Nama Lengkap @if($errors->has('full_name')) {{ $errors->first('full_name') }} @endif No. HP @if($errors->has('phone')) {{ $errors->first('phone') }} @endif Email (opsional) @if($errors->has('email')) {{ $errors->first('email') }} @endif Tanggal Lahir @if($errors->has('birth_date')) {{ $errors->first('birth_date') }} @endif {{ old('address', $endUser->address ?? '') }} Alamat Password {{ $endUser && $endUser->exists ? '(kosongkan jika tidak diubah)' : '' }} @if($errors->has('password')) {{ $errors->first('password') }} @endif is_verified ?? false) ? 'checked' : '' }}> Sudah Terverifikasi Simpan Kembali @endsection @push('scripts') @endpush