'image', 'category_id' => 'required', 'date' => 'required', 'address' => 'required', 'place' => 'required', ]; } /** * Get the validation rules that apply to the arrays. * * @return array */ public function translations() { return [ 'title' => 'required', 'content' => 'required' ]; } }