Replace: use Illuminate\Contracts\Auth\User; With: use Illuminate\Contracts\Auth\Authenticatable as...
Do you want to create just one radio button? You must use this code: {{ Form::radio('NAME', 'VALUES'...
Instead of: $user->post()->save($post); Try: $post->push();
The Laravel portal for problem solving, knowledge sharing and community building.
The community