@extends('layouts.app') @section("user-image") profile @endsection @section("user")
{{ $user->name }}
{{ $user->role_name }}
@endsection @section('menu') @if($user->is_pembimbing) @else @endif @if($user->is_superadmin) @endif
@csrf
@endsection @section('body')
1. Ganti Foto Profil:
2. Password Lama:
Password Baru:
Konfirmasi Password:
@endsection @section('css') @endsection @section('script') @endsection