@extends('_layouts.default')
@section('content')
@include('_layouts.partials.notecreatebreadcrumb')
{{{ Lang::get('messages.notes_new') }}}
{{ Form::open(array('route' => 'notes.store')) }}
@include('_layouts.partials.forms.note')
{{ Form::close() }}
@stop