Remove the @else() and use @else @end if. Mayba thats it? Everthing seems fine. Could be many thinhg...
Check this out. https://laravel.com/docs/5.8/requests#files Daniel.
That error is because you are trying to access properties of an object like if it was an array. You...
Why dont you do $discs = DB::table('interview_test_disc_answer') ->where('id_i...
As I undestand you are returning an array of elements. The only way I believe you can do that is dis...
The Laravel portal for problem solving, knowledge sharing and community building.