<!doctype html><html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title><?=e($title)?> · AFGTracv4</title><link rel="stylesheet" href="<?=e(u('assets/app.css'))?>"></head><body><header><div class="brand"><b>AFGUARD Tracking Dashboard</b><span>Signed in as <?=e($_SESSION['user'])?> (Admin)</span><small>Receiving, recertification, shipping, inventory and barcode tracking</small></div><nav><?php foreach(['Dashboard'=>'index.php','Assets'=>'assets.php','Receiving'=>'receiving.php','Recertification'=>'recertification.php','Lab Board'=>'lab-board.php','Shipping'=>'shipping.php','Test Data'=>'testdata.php'] as $n=>$h):?><a href="<?=e(u($h))?>"><?=e($n)?></a><?php endforeach;?></nav></header><main><?php if($f=$_SESSION['flash']??null):unset($_SESSION['flash']);?><p class="notice <?=e($f['type'])?>"><?=e($f['message'])?></p><?php endif;?>