WizdomWeb/resources/views/pages/services.php

5 lines
209 B
PHP

<?php $this->render('layouts/main', [
'content' => '<h1>Our Services</h1><p>Explore our wide range of IT services designed to meet your business needs.</p>',
'title' => $title ?? 'Our Services'
]); ?>