@extends('backoffice.layout.master') @section('setSectionTitle', $organization->name) @section('setSectionDescription', __('Dettagli azienda collegata')) @section('setContent')
| {{ __('Denominazione') }} | {{ $organization->name }} |
|---|---|
| {{ __('P.IVA') }} | {{ $organization->vat_number }} |
| {{ __('Codice Fiscale') }} | {{ $organization->fiscal_code }} |
| {{ __('Email') }} | {{ $organization->email }} |
| {{ __('PEC') }} | {{ $organization->pec ?? '-' }} |
| {{ __('Telefono') }} | {{ $organization->phone }} |
| {{ __('Rappresentante Legale') }} | {{ $organization->legal_representative }} |
{{ $organization->refAddress->city }}, {{ $organization->refAddress->province }} {{ $organization->refAddress->postal_code }}
{{ $organization->refAddress->region }}
{{ $organization->refAddress->refLocationCountry->name_it ?? '' }}
@else{{ __('Nessun indirizzo disponibile') }}
@endif{{ __('Nessuna sede operativa') }}
@else| {{ __('Nome Sede') }} | {{ __('Città ') }} | {{ __('Provincia') }} | {{ __('Paese') }} |
|---|---|---|---|
| {{ $site->site_name }} | {{ $site->refAddress->city ?? '-' }} | {{ $site->refAddress->province ?? '-' }} | {{ $site->refAddress->refLocationCountry->name_it ?? '-' }} |
{{ __('Nessun paese di interesse specificato') }}
@else{{ __('Nessun annuncio di lavoro pubblicato') }}
@else| {{ __('Titolo') }} | {{ __('Categoria') }} | {{ __('Sede') }} | {{ __('Data Pubblicazione') }} | {{ __('Apri') }} |
|---|---|---|---|---|
| {{ $job->position }} | {{ $job->refJobsCategory->name ?? '-' }} | {{ $job->refOrganizationsSite->alias ?? '-' }} | {{ $job->created_at->format('d/m/Y') }} | {{ __('Apri') }} |