Add Note

Add A Note

{!! Form::open(['route' => 'backend.notes.create.post']) !!} {!! Form::hidden('id', $id) !!} {!! Form::hidden('class', $class) !!}
{!! Form::label('content', 'Content *') !!} {!! Form::textarea('content', null, ['class'=>'form-control']) !!}
{!! Form::submit('Add Note', ['class' => 'btn btn-primary']) !!}
{!! Form::close() !!}