@extends('afiliados.layout.menuAfiliados') @section('title-page') Meus Ganhos @endsection @section('css') @endsection @section('content')
# | PARTICIPANTE | RIFA | GANHO DO AFILIADO | STATUS |
---|---|---|---|---|
{{ $ganho->id }} | {{ $ganho->participante()->name }} | {{ $ganho->rifa()->name }} | {{ number_format($ganho->valor, 2, ",", ".") }} | {!! $ganho->status() !!} |