{!! Form::label('talley', 'Talley:') !!}
{!! Form::text('talley', null, ['class' => 'form-control']) !!}
{!! Form::label('performed_by', 'Performed By:') !!}
{!! Form::text('performed_by', null, ['class' => 'form-control']) !!}
{!! Form::label('labour_association', 'Labour Association:') !!}
{!! Form::text('labour_association', null, ['class' => 'form-control']) !!}
{!! Form::label('quantity', 'Quantity:') !!}
{!! Form::text('quantity', null, ['class' => 'form-control']) !!}
{!! Form::label('gate_pass_in', 'Gate Pass In:') !!}
{!! Form::text('gate_pass_in', null, ['class' => 'form-control']) !!}
{!! Form::label('officer', 'Officer:') !!}
{!! Form::text('officer', null, ['class' => 'form-control']) !!}
{!! Form::label('remark', 'Remark:') !!}
{!! Form::text('remark', null, ['class' => 'form-control']) !!}
{!! Form::submit('Save', ['class' => 'btn btn-primary']) !!}
Cancel