Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created March 1, 2019 18:38
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/6d80ef0c007685044756c8291bac0545 to your computer and use it in GitHub Desktop.
Save parzibyte/6d80ef0c007685044756c8291bac0545 to your computer and use it in GitHub Desktop.
@component("alerta")
Esto que ves aquí, será inyectado en el componente. Podemos mandar <strong>texto</strong> con formato y en
general <h2>Código HTML</h2>
@slot("pie")
Esto va a ir en donde se imprima la variable llamada $pie en el componente
@endslot
@endcomponent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment