<?php

include "../../classes/autoload.php";

$html = new html("JOB CARDS");
$app = new inner_app();
$app->quick_bar("/app/jobcard_admin");
$app->app_start();
$app_functions = new app_features();

$table = new table("job_card_additional_details");

