| Current Path : /var/www/html/gamificacionbahia.sumar.com.py/resources/views/paginas/ |
| Current File : /var/www/html/gamificacionbahia.sumar.com.py/resources/views/paginas/puntaje.blade.php |
@extends('layouts.frontend')
@section('contenido')
<style>
body {
background: url(/frontend/aventura.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
</style>
<livewire:navbar></livewire:navbar>
<div class="container">
<livewire:puntajes></livewire:puntajes>
</div>
@stop