@foreach($transferChains as $transferChain) @endforeach
Quantity Action Receives Send Row Material Id Action
{{ $transferChain->quantity }} {{ $transferChain->action }} {{ $transferChain->receives }} {{ $transferChain->send }} {{ $transferChain->row_material_id }} {!! Form::open(['route' => ['transferChains.destroy', $transferChain->id], 'method' => 'delete']) !!}
{!! Form::button('', ['type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => "return confirm('Are you sure?')"]) !!}
{!! Form::close() !!}