@extends('layouts.admin.theme') @section('title', env('APP_NAME') . ' :: Acompanhamento de Currículo') @section('content')
| {{ date('d/m/Y', strtotime($acompanhamento['status_date'])) }} | {{ $acompanhamento->status }} | {{ $acompanhamento->observacao ?: '-' }} | {{ $acompanhamento->created_at->format('d/m/Y') }} |