@extends('layouts.app') @section('title', 'Edit Profil') @section('content')

Edit Profil

Kembali
Ubah Informasi Profil
@csrf @method('PUT')
@if(auth()->user()->pegawai && auth()->user()->pegawai->foto_profil) Foto Profil @elseif(auth()->user()->profile && auth()->user()->profile->foto_profil) Foto Profil @else
@endif
@error('foto_profil')
{{ $message }}
@enderror Format: JPG, PNG. Maksimal 2MB
@error('email')
{{ $message }}
@enderror
@error('no_telepon')
{{ $message }}
@enderror
@error('alamat')
{{ $message }}
@enderror
Batal
@endsection