@extends('frontend.layouts.member-app') @section('content')
@csrf
Change Password
@error('password') {{ $message }} @enderror
@endsection @section('footer_scripts') @endsection