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

Disponível

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

@if($disponivel >= 10) Solicitar Saque @else Saque minimo R$10 @endif

Solicitado

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

 

Recebido

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

 
@foreach ($ganhos as $ganho) @endforeach
# PARTICIPANTE RIFA GANHO DO AFILIADO STATUS
{{ $ganho->id }} {{ $ganho->participante()->name }} {{ $ganho->rifa()->name }} {{ number_format($ganho->valor, 2, ",", ".") }} {!! $ganho->status() !!}
@endsection @section('js') @endsection @section('modal') @endsection