79446381

Date: 2025-02-17 19:14:39
Score: 0.5
Natty:
Report link

If the page is just reloading, is probably some error with the form validation (caused by the StoreAppointmentRequest).

To confirm (fastly), add: <?php dump($errors); ?> on the .blade file with the form. and submit the form again.

If this is indeed the case, then: https://laravel.com/docs/11.x/validation#quick-displaying-the-validation-errors

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Leles