@extends('adminlte::page') @section('title', 'Dashboard') @section('content_header')

Change Password

@stop @section('content')
@if(session('success'))
{{ session('success') }}
@endif
@csrf
@error('current_password') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@stop @section('css') {{-- Add here extra stylesheets --}} {{-- --}} @stop @push('js') @endpush