@extends ('layouts.app')
@section('title') {{ __('Modello Climabox') }} @endsection
@section('breadcrumbs')
{{ __('Modello Climabox') }}
@endsection
@section('content')
{{ __('Modello Climabox') }}
@can('create', App\Models\ClimaboxModel::class)
@endif
| {{ __('Nome') }} |
{{ __('Climabox') }} |
{{ __('Azioni') }} |
@endsection
@push ('after-scripts')
@endpush