data['supplier'] ?? new NullSupplier(); $isNew = $supplier->id === 0; $supplierImage = $this->getData('supplierImage') ?? new NullMedia(); $supplierStatus = SupplierStatus::getConstants(); $monthlySalesCosts = $this->data['monthlySalesCosts'] ?? []; /** * @var \phpOMS\Views\View $this */ echo $this->data['nav']->render(); ?>