@extends('layouts.backend') @section('title') Change Password @endsection @section('content')

Change Password

@csrf @method('post') @if (session('success')) @endif

Changing your sign in password is an easy way to keep your account secure.

@if(session('error'))
{{ session('error') }}
@endif
@error('password')
{{ $message }}
@enderror
@endsection