Remove the unsigned from goals and remove the duplicated semicolon then share the error please.
You don't have any field with name of age. replace you age field with this. {!! Form::number('age',...
Your database fields aren't nullable, so you can't create a profile with empty values. check your fo...
You must pass $data to your store method, which is the request you're sending from your form. your s...
The Laravel portal for problem solving, knowledge sharing and community building.
The community