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

Change Password

@csrf @method('PATCH')
@error('current_password') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@error('password_confirmation') {{ $message }} @enderror
@include('layouts.alert')
@endsection @push('script') @endpush