@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]) }}