Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created December 27, 2019 15:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/65ffeccca1cbde9ca8f616f9ff30bcdb to your computer and use it in GitHub Desktop.
Save parzibyte/65ffeccca1cbde9ca8f616f9ff30bcdb to your computer and use it in GitHub Desktop.
<div class="row text-center" style="margin-bottom: 2rem;">
<div class="col-xs-6">
<h1 class="h2">Cliente</h1>
<strong><?php echo $cliente ?></strong>
</div>
<div class="col-xs-6">
<h1 class="h2">Remitente</h1>
<strong><?php echo $remitente ?></strong>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment