#Route is not work in a especific situation.
5 messages · Page 1 of 1 (latest)
Its because your not passing an $ong variable to your criar-vaga.blade.php from your controller create method.
i tryed this
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