@include('chat')
{!! Form::open(['route' => 'admin.ativacao.enviar-chat', 'method' => 'post', 'id' => 'chat', 'files' => true]) !!} {!! Form::hidden('id',$last->id) !!} {!! Form::hidden('ativacao_id',$last->ativacao_id) !!} {!! Form::hidden('tarefa',$last->tarefa) !!} {!! Form::hidden('destinatario_id',$last->id_remetente) !!} {!! Form::hidden('status','Aguardando Resposta') !!}
{!! Form::textarea('mensagem','', ['class' => 'form-control', 'id' => 'mensagem','placeholder' => 'Digite aqui sua resposta...','size'=>'30x2']) !!}
{!! Form::close() !!}