@extends('siswa.layouts.app') @section('title', 'Edit Profil') @push('styles') @endpush @section('content') @php $siswa = Auth::guard('siswa')->user(); @endphp

Edit Profil

Perbarui foto profil dan password akunmu.

{{-- ganti form tag --}}
@csrf
{{-- Foto Profil (tidak berubah) --}}
@if($siswa->foto_profil) @else
@endif

Format: JPG, PNG, WEBP

{{-- Info --}}

{{-- Password --}}
{{-- Alert --}}
@endsection @push('scripts') @endpush