@extends('layout.index', [ 'title' => __('lots.title'), 'subtitle' => __('lots.create.title'), 'breadcrumb' => [__('lots.title'), __('lots.create.title')] ]) @include('boilerplate::load.icheck') @include('boilerplate::load.fileinput') @prepend('js') @include('components.js', ['js' => '/js/main.min.js']) @endprepend @push('css') @include('components.css', ['css' => '/css/main.min.css']) @endpush @section('content') {{ Form::open(['route' => 'Hestimmo.Lots.store', 'id' => 'lot-form', 'autocomplete' => 'off', 'files' => true]) }}