@extends('layouts.guru') @section('title', 'Profil Guru') @section('header', 'Profil Saya') @section('content')

Edit Profil Guru

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

Ganti Password

Batal
@endsection