{!! Form::label('id', 'Id:') !!}

{!! $talley->id !!}


{!! Form::label('work_order', 'Work Order:') !!}

{!! $talley->work_order !!}


{!! Form::label('description', 'Description:') !!}

{!! $talley->description !!}


{!! Form::label('uom', 'Uom:') !!}

{!! $talley->uom !!}


{!! Form::label('quantity', 'Quantity:') !!}

{!! $talley->quantity !!}


{!! Form::label('weight', 'Weight:') !!}

{!! $talley->weight !!}


{!! Form::label('detailed_count', 'Detailed Count:') !!}

{!! $talley->detailed_count !!}


{!! Form::label('performed_by', 'Performed By:') !!}

{!! $talley->performed_by !!}


{!! Form::label('labour_association', 'Labour Association:') !!}

{!! $talley->labour_association !!}


{!! Form::label('location', 'Location:') !!}

{!! $talley->location !!}


{!! Form::label('detail_association', 'Detail Association:') !!}

{!! $talley->detail_association !!}


{!! Form::label('officer', 'Officer:') !!}

{!! $talley->officer !!}


{!! Form::label('remark', 'Remark:') !!}

{!! $talley->remark !!}