@php $title = __('Nuovo marchio climabox'); @endphp @extends('layouts.app') @section('title') {{ $title }} @endsection @section('breadcrumbs') {{ __('Marchio Climabox') }} {{ $title }} @endsection @section('content')
{{ html()->form('POST', route('climaboxBrands.store'))->class('form-horizontal')->open() }} {{ $title }} @include ("climaboxBrands.partials.form") {{ html()->form()->close() }}
@endsection