@extends('backend-template')
@section('breadcrumbs')
{!! show_breadcrumbs(['salvosites' => url('salvosites/siteslist'), 'edit' => false]) !!}
@stop
@section('content')
Create a new salvosite
@include('layouts/form_errors')
{!! Form::open(array('url' => '/salvosites/store', 'class' => 'form-horizontal dialog-form', 'autocomplete' => 'off')) !!}
{!! Form::hidden('step', 1) !!}
{{-- end form-group --}}
{{-- end form-group --}}
{{-- end form-group --}}
{{-- end form-group --}}
{{-- end form-group --}}
{!! Form::close() !!}
{{-- end box --}}
@stop