it looks like country_id is not set
you can use a default value
$country = Country::findOrFail(Input::get('country_id', 1));
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community