Bi-weekly paycheck calculator
{!! Form::open(array('action' => 'PaycheckController@results')) !!}
{{ Form::label('hourslbl', 'hours') }}
{{ Form::text('hours') }}
{{ Form::label('payratelbl', 'payrate') }}
{{ Form::text('payrate') }}
{{ Form::button('do it', array('type' => 'submit')) }}
{!! Form::close() !!}
@if ($hours!=='d')
@endif
@if ($hours==='d')
Remember to fill in all the fields
@endif