#Route is not work in a especific situation.

5 messages · Page 1 of 1 (latest)

cold eagle
#

The route works, but, when i select the option "criar vaga" this error happens.

olive crow
#

Its because your not passing an $ong variable to your criar-vaga.blade.php from your controller create method.

cold eagle
#

i tryed this

olive crow
#

You dont have an $ong model on create as you are creating an $ong. It doesnt make sense that your creat form contains links to things like a model view as your model doesn't exist yet.

#

If its some shared template between all the views then wrap the irrelevant links in @if(isset($ong)) ... @endif