transmittal = $this->storeTransmittalCommand->execute(Arr::except($payload->data, ['files'])); return $next($payload); } catch (\Exception $exception) { throw new \LogicException('Error creating transmittal: ' . $exception->getMessage()); } } }