@extends('backoffice.layout.master') @section('setSectionTitle', __('Associazioni Datoriali')) @section('setSectionDescription', __('Gestisci le associazioni datoriali')) @section('setContent')
{{ __('Nessuna associazione datoriale presente.') }}
@else| {{ __('Nome') }} | {{ __('P.IVA') }} | {{ __('Email') }} | {{ __('Stato') }} | {{ __('Azioni') }} |
|---|---|---|---|---|
| {{ $association->name }} | {{ $association->vat_number }} | {{ $association->email }} | @if($association->is_approved) {{ __('Approvata') }} @else {{ __('In attesa approvazione') }} @endif | {{ __('Dettagli') }} |