@extends('layouts.admin')
@section('title')
ADV Sezione {{$section->name}} - Creazione
@stop
@section('content')
{!! Form::model(new App\SectionAdv, ['route' => ['sections.advs.store', $section], 'files'=> true, 'autocomplete' => 'off']) !!}
@include('sections_advs/_form', ['submit_text' => 'Salva'])
{!! Form::close() !!}
@stop