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

{{trans("Profile")}}

@csrf
User
@error('current_password')
{{$message}}
@enderror
@error('password')
{{$message}}
@enderror
@endsection