Select task_done if the work you described above is completed.
Select task if there are still things outstanding.
Select note if there wasen’t anything done or to do.'; @endphp {!! Form::hidden('author_id', auth()->user()->id) !!} @include('staff.notes.form')
{!! Form::submit('Create', ['class' => 'btn btn-primary']) !!}
{!! Form::close() !!}