@extends('layouts.hh') @section('title', 'Postulantes') @section('pagename', 'Postulantes') @section('content')
| Nombres | DNI | Correo | Teléfono | Social |
|---|---|---|---|---|
| {{ $p->name }} {{ $p->lastname}} | {{ $p->dni }} | {{ $p->email }} | {{ $p->phone }} | @if ($p->social_linkedin) @endif @if ($p->social_facebook) @endif @if ($p->social_instagram) @endif @if ($p->social_twitter) @endif |