@php $title = __('Nuovo allegato'); @endphp @extends('layouts.app') @section('title') {{ $title }} @endsection @section('breadcrumbs') {{ __('Prodotti') }} {{ $title }} @endsection @section('content')
{{ html()->form('POST', route('products.tenants.attachments.store', [$product, $tenant]))->class('form-horizontal')->acceptsFiles()->open() }} {{ $title }} @include ("products.attachments.partials.form") {{ html()->form()->close() }}
@endsection