changes
This commit is contained in:
@@ -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.');
|
||||
|
Reference in New Issue
Block a user