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