@php $title = __('Modifica') . ' ' . $category->name; @endphp @extends('layouts.app') @section('title') {{ $title }} @endsection @section('breadcrumbs') {{ __('Categorie') }} {{ $title }} @endsection @section('content')
{{ html()->modelForm($category, 'PATCH', route('categories.update', $category))->class('form-horizontal')->acceptsFiles()->open() }} {{ $title }} @include ("categories.partials.form") {{ html()->closeModelForm() }}
{{ __('Nome') }}
@endsection @push ('after-scripts') @endpush