@extends('adminlte::page') @section('title', config('adminlte.title') . ' | Profile') @section('content_header')

Settings

@stop @section('content')
@if (session('success')) @endif
@csrf
Password
@error('currentpassword') {{ $message }} @enderror
@error('newpassword')
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@enderror
@stop @section('footer')   @stop