<?php

include "../../classes/app.class.php";
$app = new app();
?>

<div class='container flex_container'>
    <h1 class='h1_size'>STOCK</h1>
    <hr>
    <div class='container flex_container_content'>
        <button class='block_buttons' onclick="window.location.href='add_stock.php';">NEW</button>
        <button class='block_buttons' onclick="window.location.href='search_stock.php';">SEARCH</button>
        <button class='block_buttons' onclick="window.location.href='stock_control.php';">CONTROL</button>
        <button class='block_buttons' onclick="window.location.href='stock_category.php';">CATEGORY</button>
    </div>
</div>