@if(Session::has('message')) @endif
@csrf
@foreach($results as $r) @endforeach
ID CPF RESULTADO
{{$r->id}} {{$r->cpf}} {{$r->resultado}}
@section('scripts') @endsection