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

{{ $transferChain->quantity }}

{!! Form::label('action', 'Action:') !!}

{{ $transferChain->action }}

{!! Form::label('receives', 'Receives:') !!}

{{ $transferChain->receives }}

{!! Form::label('send', 'Send:') !!}

{{ $transferChain->send }}

{!! Form::label('row_material_id', 'Row Material Id:') !!}

{{ $transferChain->row_material_id }}