@extends('layouts.admin') @section('content')
@foreach ($pagamentos as $pagamento)

{{ $pagamento->participante()->name }}

@endforeach
@endsection