user()->is_admin; } public function rules(): array { return [ 'data' => 'required|array', 'songs' => 'required|array', ]; } }