@extends('cms.application') @section('content')
Create a Feature
{!! Form::open(['route' => 'cms.features.index', 'files' => true]) !!} {{-- @include('cms.includes.cropimage',['img' => ""])--}} @include('cms.features._form', ['submitButton' => "Save"]) {!! Form::close() !!}
@stop