@extends('layouts.app') @section('content')
@foreach ($data as $p) < @endforeach
# NOMBRE EMAIL
{{$p->id}} {{$p->name}} {{$p->email}}
@endsection