@extends('layouts.app') @section('content')

Edit Profil

@csrf @method('PUT')
@if($user->profile->foto_profil ?? false) @else @endif
Tap untuk ganti foto
@endsection