@extends('layouts.front_auth') @section('title', 'Reset Password') @section('page-heading', 'Reset your password') @section('auth_content')
@csrf
@error('password') {{ $message }} @enderror
@endsection