@extends ('layouts.app') @section('title') {{ __('Prodotti') }} @endsection @section('breadcrumbs') {{ __('Prodotti') }} @endsection @section('content')
{{ __('Prodotti') }} @can('create', App\Models\Product::class) @endif
# {{ __('Nome') }} {{ __('Descrizione') }} {{ __('Immagine') }} {{ __('Schema') }} {{ __('Azioni') }}
@endsection @push ('after-scripts') @endpush