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