@extends('afiliados.layout.menuAfiliados') @section('title-page') Meus Ganhos @endsection @section('css') @endsection @section('content')
{{--

Disponível

R$ {{ number_format($disponivel, 2, ',', '.') }}

Solicitar Saque
--}}

Disponível

R$ {{ number_format($disponivel, 2, ',', '.') }}

@if (count($ganhos) > 0) Solicitar Saque @endif

Solicitado

R$ {{ number_format($solicitado, 2, ',', '.') }}

 

Recebido

R$ {{ number_format($recebido, 2, ',', '.') }}

 
@if (!empty($ganhos)) @foreach ($ganhos as $ganho) @endforeach @endif
# COMPRADOR RIFA VALOR STATUS
{{ $ganho->id }} {{ $ganho->participante()->name }} {{ $ganho->rifa()->name }} {{ number_format($ganho->valor, 2, ',', '.') }} {!! $ganho->status() !!}
@endsection @section('js') @endsection @section('modal') @endsection