This commit is contained in:
2025-08-21 16:04:24 +05:45
parent 76bf4c0a18
commit 0307244399
16 changed files with 443 additions and 23 deletions

View File

@@ -47,9 +47,8 @@ class AppointmentController extends Controller
$validated = $request->validated();
$this->appointmentRepository->storeAppointmentList($validated);
toastr()->success('Appointment created successfully.');
return redirect("/thankyou")->with('success','Message Sent Successfully');
return redirect()->route('doctor_provider');
} catch (\Throwable $th) {
report($th);
toastr()->error('Something went wrong.');