@extends('layouts.siswa') @section('title', 'Profil Siswa') @section('header', 'Profil Saya') @section('content')

Edit Profil Siswa

@csrf @method('PUT')
@if($user->foto) @else
{{ strtoupper(substr($user->name, 0, 1)) }}
@endif

Ganti Password

Batal
@endsection