@extends('layouts.user.dashb4') @section('content')

Add New Comment for After Action Report

{!! Form::open(['action' => 'AfterActionReports\AfterActionReportsController@StoreComment', 'method' => 'POST']) !!} {{ Form::hidden('reportId', $id) }}
{{ Form::label('comments', 'Comments') }} {{ Form::textarea('comments', '', ['class' => 'form-control']) }}
{{ Form::submit('Submit', ['class' => 'btn btn-primary']) }} {!! Form::close() !!}
@endsection