data['client'] ?? new NullClient(); $isNew = $client->id === 0; $clientImage = $this->data['clientImage'] ?? new NullMedia(); $clientStatus = ClientStatus::getConstants(); $logs = $this->data['logs'] ?? []; /** * @var \phpOMS\Views\View $this */ echo $this->data['nav']->render(); ?>