<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>{{ title }} | {{ app.name }}</title>
  <link rel="stylesheet" href="{{ base_url }}/assets/css/app.css">
</head>
<body class="auth-body">
  <main class="auth-shell">
    <img class="auth-logo" src="{{ base_url }}/assets/images/sync-solutionz-logo.png" alt="SYNC Computer Solutionz">
    {% block content %}{% endblock %}
  </main>
</body>
</html>
