@extends('admin.template') @section('content')
profile
{{$user->username}}
{{$user->pemda}}
Update Profil

@method('put') @csrf
Update Password

@method('put') @csrf
@endsection