@extends('layouts.app') @section('title', 'Resumo' . $rifa->name) @section('description', '') @section('ogTitle', $rifa->name) @section('ogUrl', url('')) @section('ogImage', url('/products/' . $rifa->image)) @section('sidebar') @section('ogContent') @endsection @section('content')

Resumo Rifa {{ $rifa->name }}

Nome
Telefone
Cotas
Status
{{-- Status --}}
@foreach ($rifa->participantes() as $participante)
@endforeach


@endsection