$this->validate($request, [
'name' => 'required|string|max:255',
'description' => 'string|max:1000',
$this->validate($request, [
'name' => 'required|string|max:255',
'description' => 'string|max:1000',
]);
$bookIds = explode(',', $request->get('books', ''));
]);
$bookIds = explode(',', $request->get('books', ''));
$this->validate($request, [
'name' => 'required|string|max:255',
'description' => 'string|max:1000',
$this->validate($request, [
'name' => 'required|string|max:255',
'description' => 'string|max:1000',