@extends('layouts.app') @section('content')
{!! Form::model(new \App\Project(), array('route' => array('project.store'))) !!}
{!! Form::text("name", NULL, $attributes = array('class' => 'form-control')) !!}
{!! Form::close() !!}
@endsection