'exists:sants,id', 'sagh_id' => 'exists:sanghs,id', 'place' => 'nullable', 'year' => 'required|exists:chaturmas_dates,id|date_format:Y', ]; } /** * Get the validation rules that apply to the request. * * @return array */ public function message() { return [ 'year.exists' => 'Chaturmas already exist for selected year.', ]; } }