You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
291 B
16 lines
291 B
<?php
|
|
@include('components/breadcrumb/breadcrumb.php');
|
|
?>
|
|
|
|
|
|
<div class="component-content">
|
|
<div class="container">
|
|
|
|
<div class="row pt-4">
|
|
<div class="col-12 col-sm-10 col-md-6 mx-auto">
|
|
<h3 class="title">Produrre [TODO]</h3>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|