@extends('layouts.auth.app') @section('content')
@csrf
@error('password')
{{ $message }}
@enderror
@endsection