try { $this->model->create($data); } catch (IlluminateDatabaseQueryException $e) { dd($e); } catch (PDOException $e) { dd($e); }