user()->is_admin && $this->user()->isPro(); } /** * Get the validation rules that apply to the request. * * @return array */ public function rules() { return [ 'bcc_email' => 'email', 'reply_to_email' => 'email', ]; } }