| {!! $employeePosition->employee_id !!} | 
            {!! $employeePosition->position_id !!} | 
            
                {!! Form::open(['route' => ['employeePositions.destroy', $employeePosition->id], 'method' => 'delete']) !!}
                
                    
                    
                    {!! Form::button(' ', ['type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => "return confirm('Are you sure?')"]) !!}
                  
                {!! Form::close() !!}
             | 
        
    @endforeach