<div>
  <div className="mb-6">
    <a
      href="/admin/customers"
      className="text-muted-foreground text-sm hover:text-foreground"
    >
      &larr; Back to customers
    </a>
  </div>

  {props.content}
</div>
