Looks like you have changed your application namespace to 'dq_franchisses' and your model is also in the same namespace, but in the use statement in controller you are referring 'App/Paises' which should be 'dq_franchisses/Paises'.
In your controller you are referring to the model as App\Paises
(in the top use statement). As you can see from the actual model, you're using that....interesting namespace dq_franchisses
.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community