@set('branding', await branding())
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <link rel="icon" type="image/png" href="{{branding.appIcon}}">

  @entryPointStyles('app')
  @entryPointScripts('app')

  <title>{{branding.appName}}</title>
  
</head>
<body>
  @inertia
</body>
</html>
