@extends('student.main') @section('title', 'Profil Mahasiswa') @section('content')
@if ($message = Session::get('success')) @elseif ($message = Session::get('failed')) @endif
Ubah Kata Sandi
@csrf
@error('old_password') {{ $errors->first('old_password') }} @enderror
@error('password') {{ $errors->first('password') }} @enderror
@error('password_confirmation') {{ $errors->first('password_confirmation') }} @enderror
Foto Profil
foto profil
Hapus foto
@csrf
@endsection @push('custom-script') @endpush