@extends('backoffice.layout.master') @section('setSectionTitle', __('Dettaglio Esperto')) @section('setSectionButton') {{ __('Torna alla Lista') }} @endsection @section('setContent')
{{ __('L\'eliminazione di questo esperto è un\'azione permanente e non può essere annullata.') }}
{{ __('Nessun paese di interesse aggiunto.') }}
@endif{{ __('Nessun settore aggiunto.') }}
@endif| {{ __('Titolo') }} | {{ __('Data Creazione') }} | {{ __('Ultima Modifica') }} | {{ __('Azioni') }} |
|---|---|---|---|
| {{ $news->title }} | {{ $news->created_at->format('d/m/Y H:i') }} | {{ $news->updated_at->format('d/m/Y H:i') }} |
{{ __('Nessuna news pubblicata.') }}
@endif| {{ __('Nome') }} | {{ __('Email') }} | {{ __('Data Assegnazione') }} | {{ __('Azioni') }} |
|---|---|---|---|
| {{ $candidate->first_name }} {{ $candidate->last_name }} | {{ $candidate->refUser->email }} | {{ $candidate->created_at->format('d/m/Y H:i') }} | {{ __('Visualizza') }} |
{{ __('Nessun candidato seguito.') }}
@endif