$this->validate($request, [
'name' => 'required|string|max:255',
'description' => 'string|max:1000',
$this->validate($request, [
'name' => 'required|string|max:255',
'description' => 'string|max:1000',
$this->validate($request, [
'name' => 'required|string|max:255',
'description' => 'string|max:1000',
$this->validate($request, [
'name' => 'required|string|max:255',
'description' => 'string|max:1000',