@php $title = __('Modifica') . ' ' . $climaboxBrand->name; @endphp @extends('layouts.app') @section('title') {{ $title }} @endsection @section('breadcrumbs') {{ __('Marchio Climabox') }} {{ $title }} @endsection @section('content')
{{ html()->modelForm($climaboxBrand, 'PATCH', route('climaboxBrands.update', $climaboxBrand))->class('form-horizontal')->open() }} {{ $title }} @include ("climaboxBrands.partials.form") {{ html()->closeModelForm() }}
@endsection