'required', "status" => "required", ]; } public function messages() { return [ 'country.required' => 'The country name is required', ]; } /** * Determine if the user is authorized to make this request. * * @return bool */ public function authorize() { return true; } }