@extends('layouts.guest') @include('layouts.profilestyle') @section('content')

Password Change

@if (Session::has('success')) @endif
@csrf
@error('passwordone')
{{ $message }}
@enderror
@error('password-confirm')
{{ $message }}
@enderror
@endsection