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