@extends('portofolio::layout.user') @section('content')

Edit Profile

@if ($errors->any()) @endif @if (session('success')) @endif @if (session('error')) @endif
Ubah Data
@csrf
@php $imagePath = $calon_mahasiswa->foto ? asset('Data/profile_pict_camaba/' . $calon_mahasiswa->foto) : asset('assets/img/profile-img.jpg'); // Path gambar default jika kosong @endphp Profile
{{-- Opsional: Menampilkan error validasi spesifik foto di bawah input --}} @error('foto')
{{ $message }}
@enderror
@endsection