@extends('layouts.thema') @section('content')


{{$user->name}}
Akses : @foreach($roles as $a) {{$a->name}} @endforeach
Profile    Password
@csrf
@if ($errors->has('current-password')) {{ $errors->first('current-password') }} @endif
@if ($errors->has('new-password')) {{ $errors->first('new-password') }} @endif
@endsection