Files
crypto/frontend/resources/views/layout/body/header.blade.php

7 lines
183 B
PHP
Raw Normal View History

2021-06-28 23:15:13 -04:00
<header class="ui top attached menu">
<h1 class="brand item">
<a href="{{$urls->base}}">Cryptos</a>
</h1>
<a class="item" href="{{$urls->base}}/coins">Monedas</a>
</header>