template bootstrap pagina de posts laravel
<!DOCTYPE html>
<html lang="{{ config('app.locale') }}">
<head>
<!--
META TAGS
-->
<!-- FAVICON -->
<link rel="icon" href="../../favicon.ico">
<title> TITULO </title>
<!--
CSS / Fonts / Styles
-->
<!--
scripts
-->
</head>
<body>
<nav> MENU/BARRA DE NAVEGAÇÃO </nav>
<div>
CONTEUDO
RODAPE
</div>
<!--
scripts
-->
</body>
</html>