@extends('layouts.app') @section('title', 'Premios') @section('content')

PREMIOS

Tus puntos: {{ auth()->user()->total_points_format }}

@include('partials.alerts')
@forelse ($awards as $award) @empty

Por el momento no hay premios disponibles ...

@endforelse
@endsection @section('scripts') @endsection