Awards that can be granted to pilots.

{!! Form::label('title', 'Title:') !!} *
   This will be the title of the award
{!! Form::text('title', null, ['class' => 'form-control']) !!}
{!! Form::label('image', 'Image:') !!}
   This is the image of the award. Be creative!
{!! Form::text('image', null, ['class' => 'form-control', 'placeholder' => 'Enter the url of the image location']) !!}
{!! Form::label('description', 'Description:') !!} 
   This is the description of the award.
{!! Form::textarea('description', null, ['class' => 'form-control']) !!}
{!! Form::button('Save', ['type' => 'submit', 'class' => 'btn btn-success']) !!} Cancel