@extends('boilerplate::layout.index', [ 'title' => __('shop.sections.title'), 'subtitle' => __('shop.sections.add'), 'breadcrumb' => [__('shop.sections.title'), __('shop.sections.add')] ]) @include('boilerplate::load.fileinput') @section('content') {{ Form::open(['route' => 'Shop.Admin.Sections.store', 'id' => 'form', 'autocomplete' => 'off', 'files' => true]) }}