@extends('layouts.app') @section('content') Edit Profil @csrf @method('PUT') Foto Profil @if($user->profile->foto_profil ?? false) @else @endif Tap untuk ganti foto Nama Lengkap Nomor HP Alamat {{ old('address', $user->profile->address ?? '') }} Simpan Perubahan @endsection