@extends('layouts.Home.app') @section('content')

Change Password

@csrf
@error('password') {{ $message }} @enderror
@endsection @section('footer') @endsection