@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, ',', '.') }}

Solicitar Saque

Solicitado

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

 

Recebido

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

 
@foreach ($rifas as $rifa) @endforeach
# MINIATURA RIFA SORTEIO VALOR DA COTA % AFILIADO AÇÕES
{{ $rifa->id }} @if ($rifa->checkAfiliado) @else @endif {{ $rifa->name }} {{ $rifa->status }} {{ $rifa->price }} {{ $rifa->ganho_afiliado . '%' }} Ver Ganhos
@endsection @section('js') @endsection @section('modal') @endsection