@extends('layouts.guest') @section('title', 'Change Password')

@lang('pages.change_password')

@include('layouts.template.profileDashboard')
@if(Session::has('success'))
{{ Session::get('success') }}
@endif {{ \Session::forget('success') }} @if(Session::has('error'))
{{ Session::get('error') }}
@endif {{ \Session::forget('error') }}
@csrf
@error('password') {{ $message }} @enderror
@error('new_password') {{ $message }} @enderror
@error('confim_password') {{ $message }} @enderror