<?php
include "../../classes/autoload.php";

$html = new html("JOB CARDS");

$app = new inner_app();
$app->quick_bar("/app/suppliers/");
$app->app_start();


$table = new table("suppliers");
$table->add_action_button("edit_suppliers.php");

?>



