@php(
$route= Route::currentRouteName()
)
@if($route === 'mostra')
@php($readonly = 'readonly' )
@else
@php($readonly = '')
@endif
@if($route === 'oggetti.create.{tipopost}')
Crea un nuovo cliente
@elseif($route === 'oggetti.edit')
Modifica cliente {{$oggetto->id}}
@elseif($route === 'mostra')
Mostra cliente {{$oggetto->id}}
@endif
@include('oggetti.clienti.datiadmin')
@include('oggetti.clienti.datihosting')
@include('oggetti.clienti.datisocial')
@include('oggetti.clienti.gestione')