<!doctype html><html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title><%= title||'Merchant Hub' %></title><link rel="stylesheet" href="/static/app.css"></head><body><div class="shell"><aside class="side"><div class="brandmark">MH</div><div class="brandtext"><b>Merchant Hub</b><span>Payment Operations</span></div><nav><a href="/dashboard">Dashboard</a><a href="/brands">Brands</a><a href="/customers">Customers</a><a href="/invoices">Invoices</a><a href="/invoices/new">New Invoice</a><a href="/reports">Reports</a><% if(user&&user.role==='admin'){ %><a href="/employees">Employees</a><a href="/audit">Audit Log</a><% } %></nav><form action="/logout" method="post"><button class="logout">Sign out</button></form></aside><main class="main"><header class="top"><div><h1><%= title||'' %></h1><p><%= subtitle||'' %></p></div><div class="userpill"><%= user?.name||'' %><small><%= user?.role||'' %></small></div></header><% if(flash){ %><div class="flash"><%= flash %></div><% } %>
