Skip to content

Instantly share code, notes, and snippets.

@jerearaujo03
Created October 5, 2016 15:59
Show Gist options
  • Save jerearaujo03/218553268fa9735c25184cf0c8aa5356 to your computer and use it in GitHub Desktop.
Save jerearaujo03/218553268fa9735c25184cf0c8aa5356 to your computer and use it in GitHub Desktop.
@if (isset($parametros->fecha_desde))
<div class="col-xs-2">
<dl>
<dt>Desde</dt>
<dd>{{ $parametros->fecha_desde }}</dd>
</dl>
</div>
@endif
@if (isset($parametros->fecha_hasta))
<div class="col-xs-2">
<dl>
<dt>Hasta</dt>
<dd>{{ $parametros->fecha_hasta }}</dd>
</dl>
</div>
@endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment