@extends('layouts.admin.theme') @section('title', env('APP_NAME') . ' :: Buscar Currículos') @section('content')
| {{ $curriculo->name ?? 'Não informado' }} | {{ $curriculo->gender_id->name ?? 'Não informado' }} | {{ $curriculo->neighbourhood->name ?? 'Não informado' }} | {{ $curriculo->email ?? 'Não informado' }} | {{ optional($curriculo->occupation)->name ?? 'Não informado' }} | {{ $curriculo->ultimo_status ?? 'Sem status' }} | {{ date('d/m/Y', strtotime($curriculo['created_at'])) }} | {{ date('d/m/Y', strtotime($curriculo['updated_at'])) }} | |
| * Nenhum currículo encontrado! | ||||||||