I have read through the laravel docs on Authentication, and I am trying to find a clear answer on ho...
Hello there, I am creating a search page that dynamically builds the where() clause based on input p...
Hmm what does the table for programs look like? It may be $workout->program->program_id or wha...
You should try using foreach ($request->form as $program) { $workout = new Workout; $workout-...
I'm still not sure what issue you are having. Are you getting errors on your submit when trying to s...
@Firtzberg is correct. When you use with() it makes the content of the pivot available in the result...
Are you trying to display the text field immediately after they click 'Yes' on the radio button? If...
The Laravel portal for problem solving, knowledge sharing and community building.